Skip to content

Commit

Permalink
Added True and False to Markup guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoDavis authored Dec 7, 2021
1 parent 9b2f869 commit 28d8bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ The following components require the recommended markup taken from `NumPy's Conv
Indentation is significant and indicates the indentation of the output. New paragraphs are marked with a blank line.
- Variable, module, function, and class names:
Should be written in between single back-ticks (`x`).
- None and NoneType:
Should be written in between double back-ticks (``None``).
- None, NoneType, True, and False:
Should be written in between double back-ticks (``None``, ``True``).
- Types:
Should be written in between double back-ticks (``int``).

Expand Down

0 comments on commit 28d8bce

Please sign in to comment.