Skip to content

Commit e8f8768

Browse files
Move to paragraph style
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent dfbe353 commit e8f8768

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,9 +2182,8 @@ features:
21822182

21832183
.. seealso::
21842184

2185-
Context manager :func:`contextlib.chdir`
2186-
Changes the working directory on entering and restores the previous one
2187-
on exit.
2185+
The :func:`contextlib.chdir` context manager, which changes the current
2186+
working directory on entering and restores the previous one on exit.
21882187

21892188
.. versionchanged:: 3.3
21902189
Added support for specifying *path* as a file descriptor

0 commit comments

Comments
 (0)