Skip to content

Commit 394c0f4

Browse files
committed
Fix tiny typo in conf.py
1 parent cea0a7e commit 394c0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def setup(app):
136136
"https://neuroinformatics.zulipchat.com/#narrow/channel/406003-Python-cookiecutter",
137137
"https://github.com/pypa/setuptools_scm#default-versioning-scheme",
138138
]
139-
# A list of regular expressions that match URIs that should not be checked
139+
# A list of regular expressions that match URLs that should not be checked
140140
linkcheck_ignore = [
141141
"https://github.com/",
142142
"https://opensource.org/license/bsd-3-clause/", # to avoid odd 403 error

0 commit comments

Comments
 (0)