Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: P. L. Lim <[email protected]>
  • Loading branch information
bsipocz and pllim authored Oct 10, 2024
1 parent 484e8ac commit fa56b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sphinx_astropy/conf/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def check_sphinx_version(expected_version):
# generator, even if we're not building the docs.
# We don't need to raise a warning or exception here as there are packages
# that don't use the directive, and those who try to use it without mpl being
# installed will get a nice "Unknonw directive type" error at usage.
# installed will get a nice "Unknown directive type" error at usage.
except (ImportError, AttributeError):
pass

Expand Down
2 changes: 1 addition & 1 deletion sphinx_astropy/conf/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
# generator, even if we're not building the docs.
# We don't need to raise a warning or exception here as there are packages
# that don't use the directive, and those who try to use it without mpl being
# installed will get a nice "Unknonw directive type" error at usage.
# installed will get a nice "Unknown directive type" error at usage.
except (ImportError, AttributeError):
pass

Expand Down

0 comments on commit fa56b7b

Please sign in to comment.