Fix typos in docs and docstrings (GH-13745)

This commit is contained in:
Xtreak 2019-06-03 04:42:33 +05:30 committed by Petr Viktorin
parent e584cbff1e
commit 0d70227e41
15 changed files with 16 additions and 16 deletions

View file

@ -2163,7 +2163,7 @@ class Path:
>>> (b / 'missing.txt').exists()
False
Coersion to string:
Coercion to string:
>>> str(c)
'abcde.zip/b/c.txt'