diff --git a/README.md b/README.md index a6c8f29..235fdcb 100644 --- a/README.md +++ b/README.md @@ -292,8 +292,10 @@ import re Print ----- +**Use `file=sys.stderr` for errors.** + ```python -print( [, , end='', sep='', file=]) # Use 'file=sys.stderr' for errors. +print( [, , end='', sep='', file=]) ``` ```python