Skip to content

Commit

Permalink
Minor readme clarification (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSummers authored May 6, 2024
1 parent 0be57d9 commit 81bfdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ with pipes() as (out, err):
stdout = out.read()
```

Capture stdout/stderr in StringIO:
Capture both stdout and stderr in a single StringIO object:

```python
from io import StringIO
Expand Down

0 comments on commit 81bfdae

Please sign in to comment.