kopia lustrzana https://github.com/jupyterhub/repo2docker
Typo fix utils docstring
rodzic
297c7955d2
commit
13976264ee
|
@ -62,7 +62,7 @@ def execute_cmd(cmd, capture=False, **kwargs):
|
||||||
def chdir(path):
|
def chdir(path):
|
||||||
"""Change working directory to `path` and restore it again
|
"""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.
|
operations.
|
||||||
"""
|
"""
|
||||||
old_dir = os.getcwd()
|
old_dir = os.getcwd()
|
||||||
|
|
Ładowanie…
Reference in New Issue