diff options
author | Adorilson Bezerra <adorilson@gmail.com> | 2024-02-25 00:16:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 00:16:19 (GMT) |
commit | f7455864f22369cc23bf3428624f310305cac999 (patch) | |
tree | 6c7835638083927b6bc3e64c73267dfd550bb262 /Doc/library | |
parent | 948acd6ed856251dc5889cc34cf7a58210c4f9a9 (diff) | |
download | cpython-f7455864f22369cc23bf3428624f310305cac999.zip cpython-f7455864f22369cc23bf3428624f310305cac999.tar.gz cpython-f7455864f22369cc23bf3428624f310305cac999.tar.bz2 |
Erase some unnecessary quotes on data model doc (#113521)
Thanks to Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) for help with this bug.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/array.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 043badf..cdf21db 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -279,4 +279,3 @@ Examples:: `NumPy <https://numpy.org/>`_ The NumPy package defines another array type. - |