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 e4efeb2 commit 46a3fb0Copy full SHA for 46a3fb0
can/io/trc.py
@@ -308,7 +308,8 @@ def __init__(
308
write mode, not binary write mode.
309
:param channel: a default channel to use when the message does not
310
have a channel set
311
- :param file_version: the trc file format version. Version 2.1 by default
+ :param file_version: The trc file format version. Version 2.1 by default
312
+ Use :ref:`can.TRCFileVersion` or integer like `201` for version 2.1
313
"""
314
super().__init__(file, mode="w")
315
self.channel = channel
0 commit comments