Skip to content

Commit f2915f6

Browse files
Fix typo in section 'Standards for Example Code' in 'contributing.md' (#2039)
1 parent 2d2b4e9 commit f2915f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ When editing documentation, use the following standards to demonstrate the examp
422422
3. Optional arguments are wrapped with [ ] (square brackets).
423423
4. Arguments that are mutually exclusive are separated with a | (bar) to denote "or".
424424
5. Default arguments for parameters and configuration settings are wrapped
425-
with [ ] (square brackers) with the prefix "Default is". Example: [Default is
425+
with [ ] (square brackets) with the prefix "Default is". Example: [Default is
426426
**p**].
427427

428428
### Cross-referencing with Sphinx

0 commit comments

Comments
 (0)