Cleanup: minor corrections to code-comments
This commit is contained in:
@@ -260,7 +260,7 @@ bool PyC_RunString_AsStringOrNone(const char **imports,
|
||||
char **r_value) ATTR_NONNULL(2, 3, 4) ATTR_WARN_UNUSED_RESULT;
|
||||
|
||||
/**
|
||||
* Flush stdout and stderr. Errors are ignored.
|
||||
* Flush Python's `sys.stdout` and `sys.stderr`. Errors are ignored.
|
||||
*/
|
||||
void PyC_StdFilesFlush();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user