-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
It took me hours that I made an error in the code. However, this error was probably the result of an unfortunate formatting in the docs.
The documentation for subprocess.Popen reads:
If given, startupinfo will be a STARTUPINFO object, which is passed to the underlying CreateProcess function. creationflags, if given, can be one or more of the following flags ...
I suggest to start the documentation for creationflags in a new paragraph instead:
If given, startupinfo will be a STARTUPINFO object, which is passed to the underlying CreateProcess function.
creationflags, if given, can be one or more of the following flags ...
I mixed up options for creationflags and startupinfo in my code.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir