Skip to content

Commit 284c89d

Browse files
Merge pull request #1664 from VWS-Python/minimum-spelling
Fix typo 'minumum' > 'minimum' in variable name
2 parents 4d698e3 + ab20ba4 commit 284c89d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
# The name of the syntax highlighting style to use.
4848
pygments_style = "sphinx"
4949

50-
python_minumum_supported_version = "3.11"
50+
python_minimum_supported_version = "3.11"
5151

5252
# Output file base name for HTML help builder.
5353
htmlhelp_basename = "VWSPYTHONMOCKdoc"
5454
autoclass_content = "init"
5555
intersphinx_mapping = {
5656
"python": (
57-
f"https://docs.python.org/{python_minumum_supported_version}",
57+
f"https://docs.python.org/{python_minimum_supported_version}",
5858
None,
5959
),
6060
"docker": ("https://docker-py.readthedocs.io/en/stable", None),
@@ -86,7 +86,7 @@
8686
autodoc_member_order = "bysource"
8787

8888
rst_prolog = f"""
89-
.. |python-minumum-version| replace:: {python_minumum_supported_version}
89+
.. |python-minimum-version| replace:: {python_minimum_supported_version}
9090
.. |project| replace:: {project}
9191
.. |release| replace:: {release}
9292
.. |github-owner| replace:: VWS-Python

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Mocking calls made to Vuforia with Python ``requests``
88

99
pip3 install vws-python-mock
1010

11-
This requires Python |python-minumum-version|\+.
11+
This requires Python |python-minimum-version|\+.
1212

1313
.. include:: basic-example.rst
1414

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Installation
55

66
pip3 install vws-python-mock
77

8-
This requires Python |python-minumum-version|\+.
8+
This requires Python |python-minimum-version|\+.

0 commit comments

Comments
 (0)