Skip to content

Commit 31e83e1

Browse files
committed
docs(subprocess): Fix documentation for SubprocessCommand.run
1 parent 1610eb9 commit 31e83e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internals/subprocess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
close_fds, shell, cmd, env, text, universal_newlines,
1010
startupinfo, creationflags, restore_signals, start_new_session,
1111
group, extra_groups, user, umask, pass_fds, encoding, errors,
12-
run, SkipDefaultFieldsReprMixin
12+
SkipDefaultFieldsReprMixin
1313
1414
```

0 commit comments

Comments
 (0)