Skip to content

Commit 3ddc439

Browse files
committed
Pacify pre-commit hooks
1 parent ba7bee8 commit 3ddc439

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@
271271

272272

273273
# Example configuration for intersphinx: refer to the Python standard library.
274-
intersphinx_mapping = {"http://docs.python.org/": None}
274+
intersphinx_mapping = {"python": ("http://docs.python.org/", None)}

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is licensed under an `MIT-style permissive license
2525
Bugs should go in the `Github issue list
2626
<https://github.com/pypa/scripttest/issues>`_.
2727

28-
It is available on `pypi <https://pypi.python.org/pypi/scripttest/>`_
28+
It is available on `pypi <https://pypi.python.org/pypi/scripttest/>`_
2929
or in a `git repository <https://github.com/pypa/scripttest>`_.
3030
You can get a checkout with::
3131

docs/modules/scripttest.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Objects that are returned
1414
~~~~~~~~~~~~~~~~~~~~~~~~~
1515

1616
These objects are returned when you use ``env.run(...)``. The
17-
`ProcResult` object is returned, and it has ``.files_updated``,
17+
``ProcResult`` object is returned, and it has ``.files_updated``,
1818
``.files_created``, and ``.files_deleted`` which are dictionaries of
19-
`FoundFile` and `FoundDir`. The files in ``.files_deleted`` represent
19+
``FoundFile`` and ``FoundDir``. The files in ``.files_deleted`` represent
2020
the pre-deletion state of the file; the other files represent the
2121
state of the files after the command is run.
2222

@@ -27,4 +27,3 @@ state of the files after the command is run.
2727
.. autoclass:: FoundFile
2828

2929
.. autoclass:: FoundDir
30-

0 commit comments

Comments
 (0)