]> granicus.if.org Git - python/commitdiff
closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 11 Jul 2019 17:31:19 +0000 (10:31 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jul 2019 17:31:19 +0000 (10:31 -0700)
https://bugs.python.org/issue37554

Doc/library/os.rst

index 519d5581603b714b7d9f6c864c3847e3a99d44d8..c74d687f08fb0a49001998852d3d92e4137fad16 100644 (file)
@@ -2098,7 +2098,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`