File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Message
3232 The arbitration ID can take an int between 0 and the
3333 maximum value allowed depending on the is_extended_id flag
3434 (either 2\ :sup: `11` - 1 for 11-bit IDs, or
35- 2\ :sup: `29` - 1 for 29-bit identifiers).
35+ 2\ :sup: `29` - 1 for 29-bit identifiers).
3636
3737 >>> print (Message(extended_id = False , arbitration_id = 100 ))
3838 Timestamp: 0.000000 ID: 0064 000 DLC: 0
@@ -84,7 +84,7 @@ Message
8484
8585 :type: bool
8686
87- This flag controls the size of the :meth : `~can.Message.arbitration_id ` field.
87+ This flag controls the size of the :attr : `~can.Message.arbitration_id ` field.
8888
8989 >>> print (Message(extended_id = False ))
9090 Timestamp: 0.000000 ID: 0000 000 DLC: 0
Original file line number Diff line number Diff line change 44
55from setuptools import setup , find_packages
66
7- __version__ = "1.5.0 "
7+ __version__ = "1.5.1 "
88
99import logging
1010logging .basicConfig (level = logging .WARNING )
You can’t perform that action at this time.
0 commit comments