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 c3a1c74 commit 3162b82Copy full SHA for 3162b82
Users/toml_config.rst
@@ -151,7 +151,7 @@ Config file in TOML
151
inherits = [ 'all', 'java']
152
153
You can use this syntax to specify multiple inheritance
154
-The same is coafile appears as
+The same in coafile format appears as
155
156
.. code::
157
@@ -178,11 +178,11 @@ The same is coafile appears as
178
.. note::
179
180
- If you want to append multiple settings then use ``appends`` as a list
181
- .. code::
+ ::
182
183
appends = [ 'a', 'b']
184
- If you want to inherit multiple sections use ``inherits`` as a list
185
186
187
inherits = [ 'section1', 'section2']
188
- You can only inherit sections
0 commit comments