We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031ddef commit 9aea2e0Copy full SHA for 9aea2e0
can/io/printer.py
@@ -33,7 +33,7 @@ def __init__(
33
"""
34
:param file: An optional path-like object or a file-like object to "print"
35
to instead of writing to standard out (stdout).
36
- If this is a file-like object, is has to be opened in text
+ If this is a file-like object, it has to be opened in text
37
write mode, not binary write mode.
38
:param append: If set to `True` messages, are appended to the file,
39
else the file is truncated
0 commit comments