Skip to content

Commit e4b9603

Browse files
committed
Merged in famousgarkin/pytest/famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841 (pull request #288)
monkeypatch.chdir docstring punctuation
2 parents aa2ffb9 + 4793664 commit e4b9603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pytest/monkeypatch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ def syspath_prepend(self, path):
177177
sys.path.insert(0, str(path))
178178

179179
def chdir(self, path):
180-
""" Change the current working directory to the specified path
181-
path can be a string or a py.path.local object
180+
""" Change the current working directory to the specified path.
181+
Path can be a string or a py.path.local object.
182182
"""
183183
if self._cwd is None:
184184
self._cwd = os.getcwd()

0 commit comments

Comments
 (0)