Skip to content

Commit fddb58a

Browse files
zwarehaampie
andauthored
[3.13] gh-136710: Fix bad indentation in os.chdir docstring (GH-136721)
(cherry picked from commit bde808a) Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
1 parent 3e718d9 commit fddb58a

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
@@ -3374,12 +3374,12 @@ Change the current working directory to the specified path.
33743374
33753375
path may always be specified as a string.
33763376
On some platforms, path may also be specified as an open file descriptor.
3377-
If this functionality is unavailable, using it raises an exception.
3377+
If this functionality is unavailable, using it raises an exception.
33783378
[clinic start generated code]*/
33793379

33803380
static PyObject *
33813381
os_chdir_impl(PyObject *module, path_t *path)
3382-
/*[clinic end generated code: output=3be6400eee26eaae input=1a4a15b4d12cb15d]*/
3382+
/*[clinic end generated code: output=3be6400eee26eaae input=a74ceab5d72adf74]*/
33833383
{
33843384
int result;
33853385

0 commit comments

Comments
 (0)