Skip to content

Commit 32c8c25

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Conf: fix spelling
1 parent eff4b61 commit 32c8c25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3+
# pylint: disable=invalid-name, line-too-long
34
"""
45
This provides configuration for the generation of the docs
56
@@ -16,7 +17,6 @@
1617
* mathjax: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.mathjax
1718
* sphinx_rtd_theme: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html
1819
"""
19-
# pylint: disable=invalid-name
2020

2121
import importlib.metadata
2222
import sys
@@ -192,7 +192,7 @@
192192

193193
############ copybutton ############
194194

195-
# Seeting that means we don't copy the prompt characters like >>> or $
195+
# Setting that means we don't copy the prompt characters like >>> or $
196196
copybutton_exclude = ".linenos, .gp"
197197

198198
############ doctest ############
@@ -204,7 +204,7 @@
204204

205205
############ intersphinx ############
206206

207-
# Thhe locations and names of other projects that hould be linked to in this
207+
# Thhe locations and names of other projects that should be linked to in this
208208
# documentation.
209209
intersphinx_mapping = {
210210
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)