Skip to content

Commit 3bdd60a

Browse files
Update can/io/logger.py
Co-authored-by: zariiii9003 <[email protected]>
1 parent 72408e5 commit 3bdd60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/io/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Logger(BaseIOHandler, Listener): # pylint: disable=abstract-method
3030
"""
3131
Logs CAN messages to a file.
3232
33-
The format is determined from the file format which can be one of:
33+
The format is determined from the file suffix which can be one of:
3434
* .asc: :class:`can.ASCWriter`
3535
* .blf :class:`can.BLFWriter`
3636
* .csv: :class:`can.CSVWriter`

0 commit comments

Comments
 (0)