diff options
author | melissawm <melissawm@gmail.com> | 2020-02-12 10:51:50 -0300 |
---|---|---|
committer | melissawm <melissawm@gmail.com> | 2020-02-12 10:51:50 -0300 |
commit | 4eee74c90d48fc1723da67b1cefd44a9608dd7c1 (patch) | |
tree | c4bb075ad03197e30c3859201cb505b0563bfd4f | |
parent | 36e7279b907a753e7a8cf51052475b66d174b088 (diff) | |
download | numpy-4eee74c90d48fc1723da67b1cefd44a9608dd7c1.tar.gz |
Fixed typo in explanations section.
-rw-r--r-- | doc/neps/nep-0044-restructuring-numpy-docs.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/neps/nep-0044-restructuring-numpy-docs.rst b/doc/neps/nep-0044-restructuring-numpy-docs.rst index 539141f84..8ce6db803 100644 --- a/doc/neps/nep-0044-restructuring-numpy-docs.rst +++ b/doc/neps/nep-0044-restructuring-numpy-docs.rst @@ -113,6 +113,7 @@ There are few explanations about anything other than those fundamental NumPy concepts. Some examples of concepts that could be expanded: + - Copies vs. Views; - BLAS and other linear algebra libraries; - Fancy indexing. |