summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlbogula <bogulala7@gmail.com>2021-05-09 14:37:25 +0000
committerlbogula <bogulala7@gmail.com>2021-05-09 15:28:33 +0000
commiteb231979b90cfe7f434bd598aefe4196df74b32e (patch)
treeb23cf508f07b9cc0bf538bdd54a8c786bbc3f544 /doc
parente3583316cab5e71f2b361c32a3eee748905f40c5 (diff)
downloadnumpy-eb231979b90cfe7f434bd598aefe4196df74b32e.tar.gz
DOC: change copyright SciPy to NumPy
Co-authored-by: Lima Tango <19208585+lima-tango@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4b60800d2..bf2fbdce9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -99,7 +99,7 @@ master_doc = 'index'
# General substitutions.
project = 'NumPy'
-copyright = '2008-2021, The SciPy community'
+copyright = '2008-2021, The NumPy community'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.