Skip to content

Commit c72f17c

Browse files
committed
docs(subprocess): Doc string flake8 updates
1 parent 764b96a commit c72f17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libvcs/_internal/subprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
@dataclasses.dataclass(repr=False)
7979
class SubprocessCommand(SkipDefaultFieldsReprMixin):
80-
"""Encapsulate a :mod:`subprocess` request. Inspect, mutate, control before invocation.
80+
"""Wraps a :mod:`subprocess` request. Inspect, mutate, control before invocation.
8181
8282
Attributes
8383
----------
@@ -393,7 +393,7 @@ def check_output(
393393
text: Optional[bool] = None,
394394
**kwargs,
395395
) -> Union[bytes, str]:
396-
r"""Run command :func:`subprocess.check_output`, optionally overrides via kwargs.
396+
r"""Run command :func:`subprocess.check_output`, optionally override via kwargs.
397397
398398
Parameters
399399
----------

0 commit comments

Comments
 (0)