Skip to content

Commit d3b03c8

Browse files
authored
Merge pull request numpy#18956 from lbogula/copyright-change
DOC: change copyright SciPy to NumPy
2 parents e1e3614 + eb23197 commit d3b03c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class PyTypeObject(ctypes.Structure):
9999

100100
# General substitutions.
101101
project = 'NumPy'
102-
copyright = '2008-2021, The SciPy community'
102+
copyright = '2008-2021, The NumPy community'
103103

104104
# The default replacements for |version| and |release|, also used in various
105105
# other places throughout the built documents.

0 commit comments

Comments
 (0)