All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
14 """This is a docstring with
15 some lines of text here
21 '''This is another docstring
22 with more lines of text
28 '''"This" is a string with some
34 '''Indentation with tabs
49 Lorem ipsum dolor sit amet.
51 Consectetur adipiscing elit:
52 - sed do eiusmod tempor incididunt ut labore
54 - enim ad minim veniam
55 - quis nostrud exercitation ullamco laboris nisi
56 - aliquip ex ea commodo consequat
63 These lines are indented in a way that does not
71 This has a shallow indent
72 - But some lines are deeper
73 - And the closing quote is too deep
79 """But with a newline after it!
105 def believe_it_or_not_this_is_in_the_py_stdlib(): '''
109 def ignored_docstring():
128 """This is a docstring with
129 some lines of text here
135 """This is another docstring
136 with more lines of text
142 '''"This" is a string with some
148 """Indentation with tabs
164 Lorem ipsum dolor sit amet.
166 Consectetur adipiscing elit:
167 - sed do eiusmod tempor incididunt ut labore
168 - dolore magna aliqua
169 - enim ad minim veniam
170 - quis nostrud exercitation ullamco laboris nisi
171 - aliquip ex ea commodo consequat
178 These lines are indented in a way that does not
186 This has a shallow indent
187 - But some lines are deeper
188 - And the closing quote is too deep
194 """But with a newline after it!"""
218 def believe_it_or_not_this_is_in_the_py_stdlib():
223 def ignored_docstring():