Typo fix utils docstring

pull/1072/head
jgart 2021-08-14 11:37:02 -04:00 zatwierdzone przez GitHub
rodzic 297c7955d2
commit 13976264ee
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -62,7 +62,7 @@ def execute_cmd(cmd, capture=False, **kwargs):
def chdir(path):
"""Change working directory to `path` and restore it again
This context maanger is useful if `path` stops existing during your
This context manager is useful if `path` stops existing during your
operations.
"""
old_dir = os.getcwd()