Cleanup: minor corrections to code-comments

This commit is contained in:
Campbell Barton
2025-04-02 03:02:03 +00:00
parent 90fd070c28
commit e58574e1aa
2 changed files with 7 additions and 5 deletions

View File

@@ -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();