Skip to content

Commit 76d41f0

Browse files
Fix nested dict of inetdCompatibility docstring
1 parent 1912336 commit 76d41f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docstrings.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
'type': '',
1818
'description':
1919
"The presence of this key specifies that the daemon expects to be run as if it were launched from inetd. For new projects, this key should be avoided.",
20-
"values": {
21-
"Wait"
20+
'values': {
21+
'Wait': {
2222
'type': '',
2323
'description':
2424
"""This flag corresponds to the "wait" or "nowait" option of inetd. If true, then the listening socket is passed via the stdio file descriptors. If false, then accept is called on behalf of the job, and the result is passed via the stdio descriptors."""
25+
},
2526
},
2627
},
2728
'LimitLoadToHosts': {

0 commit comments

Comments
 (0)