Skip to content

Commit 6192308

Browse files
committed
Add docstring for new parameter
1 parent 39f3c8f commit 6192308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

can/io/trc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ def __init__(
308308
write mode, not binary write mode.
309309
:param channel: a default channel to use when the message does not
310310
have a channel set
311+
:param file_version: the trc file format version. Version 2.1 by default
311312
"""
312313
super().__init__(file, mode="w")
313314
self.channel = channel

0 commit comments

Comments
 (0)