Kaydet (Commit) 60ffcbe8 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

Fix Sphinx warnings

üst dd8d824a
...@@ -1810,17 +1810,17 @@ complete list of changes, or look through the CVS logs for all the details. ...@@ -1810,17 +1810,17 @@ complete list of changes, or look through the CVS logs for all the details.
module that returns the contents of resource files included module that returns the contents of resource files included
with an installed Python package. For example:: with an installed Python package. For example::
>>> import pkgutil >>> import pkgutil
>>> pkgutil.get_data('test', 'exception_hierarchy.txt') >>> pkgutil.get_data('test', 'exception_hierarchy.txt')
'BaseException 'BaseException
+-- SystemExit +-- SystemExit
+-- KeyboardInterrupt +-- KeyboardInterrupt
+-- GeneratorExit +-- GeneratorExit
+-- Exception +-- Exception
+-- StopIteration +-- StopIteration
+-- StandardError +-- StandardError
...' ...'
>>> >>>
(Contributed by Paul Moore; :issue:`2439`.) (Contributed by Paul Moore; :issue:`2439`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment