Skip to content

Commit 46a3fb0

Browse files
committed
Rework doc string
1 parent e4efeb2 commit 46a3fb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

can/io/trc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ 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
311+
: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
312313
"""
313314
super().__init__(file, mode="w")
314315
self.channel = channel

0 commit comments

Comments
 (0)