Skip to content

Commit bde808a

Browse files
authored
gh-136710: Fix bad indentation in os.chdir docstring (GH-136709)
1 parent 2f0db9b commit bde808a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Modules/clinic/posixmodule.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/posixmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3477,12 +3477,12 @@ Change the current working directory to the specified path.
34773477
34783478
path may always be specified as a string.
34793479
On some platforms, path may also be specified as an open file descriptor.
3480-
If this functionality is unavailable, using it raises an exception.
3480+
If this functionality is unavailable, using it raises an exception.
34813481
[clinic start generated code]*/
34823482

34833483
static PyObject *
34843484
os_chdir_impl(PyObject *module, path_t *path)
3485-
/*[clinic end generated code: output=3be6400eee26eaae input=1a4a15b4d12cb15d]*/
3485+
/*[clinic end generated code: output=3be6400eee26eaae input=a74ceab5d72adf74]*/
34863486
{
34873487
int result;
34883488

0 commit comments

Comments
 (0)