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.
3 A multiline class docstring.
5 def AnEquallyLonelyMethod(self):
7 A multiline method docstring'''
12 '''This is a docstring with a single line of text.'''
16 def shockingly_the_quotes_are_normalized():
17 '''This is a multiline docstring.
18 This is a multiline docstring.
19 This is a multiline docstring.
25 """This is a docstring with
26 some lines of text here
32 '''"This" is a string with some
39 Lorem ipsum dolor sit amet.
41 Consectetur adipiscing elit:
42 - sed do eiusmod tempor incididunt ut labore
44 - enim ad minim veniam
45 - quis nostrud exercitation ullamco laboris nisi
46 - aliquip ex ea commodo consequat
53 These lines are indented in a way that does not
61 This has a shallow indent
62 - But some lines are deeper
63 - And the closing quote is too deep
69 """But with a newline after it!
95 def believe_it_or_not_this_is_in_the_py_stdlib(): '''
99 def shockingly_the_quotes_are_normalized_v2():
101 Docstring Docstring Docstring
109 A multiline class docstring.
112 def AnEquallyLonelyMethod(self):
114 A multiline method docstring'''
119 '''This is a docstring with a single line of text.'''
123 def shockingly_the_quotes_are_normalized():
124 '''This is a multiline docstring.
125 This is a multiline docstring.
126 This is a multiline docstring.
132 """This is a docstring with
133 some lines of text here
139 '''"This" is a string with some
146 Lorem ipsum dolor sit amet.
148 Consectetur adipiscing elit:
149 - sed do eiusmod tempor incididunt ut labore
150 - dolore magna aliqua
151 - enim ad minim veniam
152 - quis nostrud exercitation ullamco laboris nisi
153 - aliquip ex ea commodo consequat
160 These lines are indented in a way that does not
168 This has a shallow indent
169 - But some lines are deeper
170 - And the closing quote is too deep
176 """But with a newline after it!"""
200 def believe_it_or_not_this_is_in_the_py_stdlib():
205 def shockingly_the_quotes_are_normalized_v2():
207 Docstring Docstring Docstring