diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:36:22 (GMT) |
commit | d21e0b52f1421e253ecdc583faf5743133cac605 (patch) | |
tree | eba56801810249775eda33388a92bf6d3c8e69e0 /Doc/library/msvcrt.rst | |
parent | cfad54344f570c1e833d92289ac571da7315b164 (diff) | |
download | cpython-d21e0b52f1421e253ecdc583faf5743133cac605.zip cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.gz cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.bz2 |
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/library/msvcrt.rst')
-rw-r--r-- | Doc/library/msvcrt.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/msvcrt.rst b/Doc/library/msvcrt.rst index 9d23720..fadaf05 100644 --- a/Doc/library/msvcrt.rst +++ b/Doc/library/msvcrt.rst @@ -18,7 +18,7 @@ documentation. The module implements both the normal and wide char variants of the console I/O api. The normal API deals only with ASCII characters and is of limited use for internationalized applications. The wide char API should be used where -ever possible +ever possible. .. versionchanged:: 3.3 Operations in this module now raise :exc:`OSError` where :exc:`IOError` |