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 9e1fe3a commit fe74050Copy full SHA for fe74050
can/io/logger.py
@@ -38,8 +38,8 @@ class Logger(BaseIOHandler, Listener): # pylint: disable=abstract-method
38
* .log :class:`can.CanutilsLogWriter`
39
* .txt :class:`can.Printer`
40
41
- Any of these formats can be used with gzip compression by appending
42
- the suffix .gz (e.g. filename.asc.gz). However, third-party tools might not
+ Any of these formats can be used with gzip compression by appending
+ the suffix .gz (e.g. filename.asc.gz). However, third-party tools might not
43
be able to read these files.
44
45
The **filename** may also be *None*, to fall back to :class:`can.Printer`.
0 commit comments