We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764b96a commit c72f17cCopy full SHA for c72f17c
libvcs/_internal/subprocess.py
@@ -77,7 +77,7 @@
77
78
@dataclasses.dataclass(repr=False)
79
class SubprocessCommand(SkipDefaultFieldsReprMixin):
80
- """Encapsulate a :mod:`subprocess` request. Inspect, mutate, control before invocation.
+ """Wraps a :mod:`subprocess` request. Inspect, mutate, control before invocation.
81
82
Attributes
83
----------
@@ -393,7 +393,7 @@ def check_output(
393
text: Optional[bool] = None,
394
**kwargs,
395
) -> Union[bytes, str]:
396
- r"""Run command :func:`subprocess.check_output`, optionally overrides via kwargs.
+ r"""Run command :func:`subprocess.check_output`, optionally override via kwargs.
397
398
Parameters
399
0 commit comments