diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-12-20 12:58:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 12:58:52 -0700 |
commit | 7acb0fd4123673dc38aa5634b47f93770e61cfab (patch) | |
tree | f9fd4e58bee34bd965101b4f95a3003de5015dab /doc/source | |
parent | 229c1757609efbbeea96b90746bcbe5ba41e0397 (diff) | |
parent | 8d850663eb35f52d592063c99466a871917bf443 (diff) | |
download | numpy-7acb0fd4123673dc38aa5634b47f93770e61cfab.tar.gz |
Merge pull request #20629 from dlax/patch-1
DOC: Refer to NumPy, not pandas, in main page
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 7fa7d8aa9..a753a21f1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -58,7 +58,7 @@ basic statistical operations, random simulation and much more. ^^^^^^^^^^ The user guide provides in-depth information on the - key concepts of pandas with useful background information and explanation. + key concepts of NumPy with useful background information and explanation. .. link-button:: user :type: ref |