We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
context
1 parent e87189b commit 70ac964Copy full SHA for 70ac964
1 file changed
doc/configuration.rst
@@ -57,7 +57,7 @@ The configuration file sets the default interface and channel:
57
bitrate = <the bitrate in bits/s to use by default>
58
59
60
-The configuration can also contain additional sections:
+The configuration can also contain additional sections (or context):
61
62
::
63
@@ -81,8 +81,8 @@ The configuration can also contain additional sections:
81
82
from can.interfaces.interface import Bus
83
84
- hs_bus = Bus(config_section='HS')
85
- ms_bus = Bus(config_section='MS')
+ hs_bus = Bus(context='HS')
+ ms_bus = Bus(context='MS')
86
87
Environment Variables
88
---------------------
0 commit comments