Skip to content

Commit

Permalink
fix doc-string errors
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Nov 6, 2023
1 parent 994ac9e commit adeeb6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions datalad_next/runners/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
StdErrCapture
StdOutErrCapture
In addition ``datalad_next.runners```provides the following asynchronous
In addition, ``datalad_next.runners`` provides the following asynchronous
protocols:
.. autosummary::
Expand All @@ -89,8 +89,7 @@
-----------------
The ``run``-context uses the class :class:`ThreadedRunner` to execute
subprocesses. Additional information on the design of :class:`ThreadedRunner`
is available from https://docs.datalad.org/design/threaded_runner.html
is available from https://docs.datalad.org/design/threaded_runner.html
"""

# protocols
Expand Down

0 comments on commit adeeb6b

Please sign in to comment.