File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 271
271
272
272
273
273
# 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 ) }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ It is licensed under an `MIT-style permissive license
25
25
Bugs should go in the `Github issue list
26
26
<https://github.com/pypa/scripttest/issues> `_.
27
27
28
- It is available on `pypi <https://pypi.python.org/pypi/scripttest/ >`_
28
+ It is available on `pypi <https://pypi.python.org/pypi/scripttest/ >`_
29
29
or in a `git repository <https://github.com/pypa/scripttest >`_.
30
30
You can get a checkout with::
31
31
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ Objects that are returned
14
14
~~~~~~~~~~~~~~~~~~~~~~~~~
15
15
16
16
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 ``,
18
18
``.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
20
20
the pre-deletion state of the file; the other files represent the
21
21
state of the files after the command is run.
22
22
@@ -27,4 +27,3 @@ state of the files after the command is run.
27
27
.. autoclass :: FoundFile
28
28
29
29
.. autoclass :: FoundDir
30
-
You can’t perform that action at this time.
0 commit comments