[Python-checkins] closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)

Miss Islington (bot) webhook-mailer at python.org
Thu Jul 11 13:48:06 EDT 2019


https://github.com/python/cpython/commit/71435f685c0423f878946e584f4b9eb01233d332
commit: 71435f685c0423f878946e584f4b9eb01233d332
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-11T10:48:00-07:00
summary:

closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)


https://bugs.python.org/issue37554
(cherry picked from commit 7cbef72902f32866a416ca6c4e732af4541951b8)

Co-authored-by: Mariatta <Mariatta at users.noreply.github.com>

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 24f14480ae04..5572b62420fe 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2056,7 +2056,7 @@ features:
 
    On Windows, if *dst* exists a :exc:`FileExistsError` is always raised.
 
-   On Unix, if *src* is a file and *dst* is a directory or vice-versa, anq:q
+   On Unix, if *src* is a file and *dst* is a directory or vice-versa, an
    :exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
    respectively.  If both are directories and *dst* is empty, *dst* will be
    silently replaced.  If *dst* is a non-empty directory, an :exc:`OSError`



More information about the Python-checkins mailing list