Skip to content

Commit 9aea2e0

Browse files
committed
fix typo
1 parent 031ddef commit 9aea2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/io/printer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
"""
3434
:param file: An optional path-like object or a file-like object to "print"
3535
to instead of writing to standard out (stdout).
36-
If this is a file-like object, is has to be opened in text
36+
If this is a file-like object, it has to be opened in text
3737
write mode, not binary write mode.
3838
:param append: If set to `True` messages, are appended to the file,
3939
else the file is truncated

0 commit comments

Comments
 (0)