diff --git a/README.md b/README.md index e365664..2780dde 100644 --- a/README.md +++ b/README.md @@ -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