Skip to content

Commit ab0049f

Browse files
committed
Fix whitespace
1 parent 4d500ea commit ab0049f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/inspect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
427427
.. note::
428428

429429
For example, given this class::
430-
430+
431431
>>> class Class:
432432
... def say_hello(self):
433433
... print('hello!')

0 commit comments

Comments
 (0)