Skip to content

Commit ed55222

Browse files
authored
Remove the extra period from the copyright information in the footer (#1155)
1 parent ebdb353 commit ed55222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
# General information about the project
118118
year = datetime.date.today().year
119119
project = "PyGMT"
120-
copyright = f"2017-{year}, The PyGMT Developers." # pylint: disable=redefined-builtin
120+
copyright = f"2017-{year}, The PyGMT Developers" # pylint: disable=redefined-builtin
121121
if len(__version__.split("+")) > 1 or __version__ == "unknown":
122122
version = "dev"
123123
else:

0 commit comments

Comments
 (0)