diff options
-rw-r--r-- | Doc/library/io.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 2684b27..c3ebe9a 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -43,7 +43,7 @@ Argument names are not part of the specification, and only the arguments of .. seealso:: :mod:`sys` - Contains the standard IO streams: :data:`sys.stdin`, :data:`sys.stdout`, + contains the standard IO streams: :data:`sys.stdin`, :data:`sys.stdout`, and :data:`sys.stderr`. |