Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2024
1 parent f114532 commit 57fd0c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

# Intersphinx configuration
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'devguide': ('https://devguide.python.org/', None),
'pep': ('https://peps.python.org/', None),
"python": ("https://docs.python.org/3/", None),
"devguide": ("https://devguide.python.org/", None),
"pep": ("https://peps.python.org/", None),
}
intersphinx_disabled_reftypes = []

Expand Down
2 changes: 1 addition & 1 deletion docs/editorial-board/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Monthly Editorial Board Meetings

The Editorial Board's private meetings are held monthly on the second Monday
at 1:30pm Pacific.
After each meeting the Editorial Board will post a summary in the
After each meeting the Editorial Board will post a summary in the
`python/editorial-board repository <https://github.com/python/editorial-board>`_.

Working with the Editorial Board
Expand Down

0 comments on commit 57fd0c7

Please sign in to comment.