Skip to content

Commit 1071715

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 <[email protected]>
1 parent 242ad1f commit 1071715

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
@@ -2098,7 +2098,7 @@ features:
20982098

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

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

0 commit comments

Comments
 (0)