Skip to content

Commit ed5d36f

Browse files
Update AppsGoodPractices.rst
1 parent add0be7 commit ed5d36f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/ProgrammingTutorials/AppsGoodPractices.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,9 @@ List all user-configurable parameters, grouped into logical sections like "Basic
178178
Include a complete JSON example showing a typical configuration for running the processor. For example:
179179

180180
.. code-block:: json
181-
```json
182181
{
183182
"SUFFIX": "_flood.tiff",
184183
"PERMANENT_WATER_VALUE": 2,
185184
"DELETE_CONVERTED_FILE": true,
186185
...
187186
}
188-
```

0 commit comments

Comments
 (0)