Skip to content

Commit

Permalink
Merge pull request #78 from hoel-bagard/hoel/fix_docstring
Browse files Browse the repository at this point in the history
Update `pipes`'s docstring
  • Loading branch information
minrk authored Feb 23, 2024
2 parents 8a8602b + d42a99d commit 0ab84b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wurlitzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def pipes(stdout=PIPE, stderr=PIPE, encoding=_default_encoding, bufsize=None):
Examples
--------
>>> with capture() as (stdout, stderr):
>>> with pipes() as (stdout, stderr):
... printf("C-level stdout")
... output = stdout.read()
"""
Expand Down

0 comments on commit 0ab84b9

Please sign in to comment.