Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit cace3ad

Browse files
authored
Fix typos (#103)
1 parent 6f8d1ab commit cace3ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

readthedocs_ext/external_version_warning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from docutils import nodes
22

33
try:
4-
# Avaliable from Sphinx 1.6
4+
# Available from Sphinx 1.6
55
from sphinx.util.logging import getLogger
66
except ImportError:
77
from logging import getLogger

readthedocs_ext/readthedocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .embed import EmbedDirective
1919

2020
try:
21-
# Avaliable from Sphinx 1.6
21+
# Available from Sphinx 1.6
2222
from sphinx.util.logging import getLogger
2323
except ImportError:
2424
from logging import getLogger

readthedocs_ext/versionwarning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from docutils import nodes
2323

2424
try:
25-
# Avaliable from Sphinx 1.6
25+
# Available from Sphinx 1.6
2626
from sphinx.util.logging import getLogger
2727
except ImportError:
2828
from logging import getLogger

0 commit comments

Comments
 (0)