Skip to content

Commit 71435f6

Browse files
closes bpo-37554: Remove q:q in os.rst documentation (GH-14692)
https://bugs.python.org/issue37554 (cherry picked from commit 7cbef72) Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
1 parent a2cf88e commit 71435f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ features:
20562056

20572057
On Windows, if *dst* exists a :exc:`FileExistsError` is always raised.
20582058

2059-
On Unix, if *src* is a file and *dst* is a directory or vice-versa, anq:q
2059+
On Unix, if *src* is a file and *dst* is a directory or vice-versa, an
20602060
:exc:`IsADirectoryError` or a :exc:`NotADirectoryError` will be raised
20612061
respectively. If both are directories and *dst* is empty, *dst* will be
20622062
silently replaced. If *dst* is a non-empty directory, an :exc:`OSError`

0 commit comments

Comments
 (0)