From a6ebc198314541f260ffb52339ff098b5563c16c Mon Sep 17 00:00:00 2001 From: gbrandl Date: Sun, 6 Jan 2008 22:11:35 +0000 Subject: Get rid of tabs. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5496 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- readers/python/moduleparser.py | 54 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'readers/python') diff --git a/readers/python/moduleparser.py b/readers/python/moduleparser.py index 5e63c9876..e874ee204 100644 --- a/readers/python/moduleparser.py +++ b/readers/python/moduleparser.py @@ -53,78 +53,78 @@ The module parser will produce this module documentation tree:: Additional docstring - - __docformat__ + + __docformat__ 'reStructuredText' - - a + + a 1 Attribute docstring - - C + + C - Super + Super C's docstring - - class_attribute + + class_attribute 1 class_attribute's docstring - - __init__ + + __init__ __init__'s docstring - - self + + self - - text + + text None - - self.instance_attribute + + self.instance_attribute (text * 7 + ' whaddyaknow') instance_attribute's docstring - - f + + f f's docstring - - x + + x # parameter x - - y + + y a * 5 # parameter y - - args + + args # parameter args - - f.function_attribute + + f.function_attribute 1 -- cgit v1.2.1