Skip to content

Commit 3162b82

Browse files
committed
toml_config.rst: configuration in TOML
Remove minor mistakes like spellings Closes #597
1 parent c3a1c74 commit 3162b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Users/toml_config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Config file in TOML
151151
inherits = [ 'all', 'java']
152152
153153
You can use this syntax to specify multiple inheritance
154-
The same is coafile appears as
154+
The same in coafile format appears as
155155

156156
.. code::
157157
@@ -178,11 +178,11 @@ The same is coafile appears as
178178
.. note::
179179

180180
- If you want to append multiple settings then use ``appends`` as a list
181-
.. code::
181+
::
182182

183183
appends = [ 'a', 'b']
184184
- If you want to inherit multiple sections use ``inherits`` as a list
185-
.. code::
185+
::
186186

187187
inherits = [ 'section1', 'section2']
188188
- You can only inherit sections

0 commit comments

Comments
 (0)