diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-23 15:07:32 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-23 15:07:32 -0400 |
| commit | bbdca2f3529f23d76c8da7cf0a5d881d6acead36 (patch) | |
| tree | 32a33c2de3582e7ee8f8c39d77399f8ee493e169 /docs | |
| parent | 6a63ff096a553dd3b6de29a8cc89667fc434f36e (diff) | |
typos in builtins.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/builtins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/builtins.rst b/docs/library/builtins.rst index c60ade040..36a84bc0c 100644 --- a/docs/library/builtins.rst +++ b/docs/library/builtins.rst @@ -58,7 +58,7 @@ Not all of these functions and types are turned on in all CircuitPython ports, f .. class:: frozenset() -`frozenset() is not enabled on non-Express CircuitPython boards.` +`frozenset()` is not enabled on non-Express CircuitPython boards. .. function:: getattr() @@ -128,7 +128,7 @@ Not all of these functions and types are turned on in all CircuitPython ports, f .. function:: reversed() -`reversed() is not enabled on non-Express CircuitPython boards.` +`reversed()` is not enabled on non-Express CircuitPython boards. .. function:: round() |
