mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
White space and merge cleanup.
This commit is contained in:
parent
0902ce437d
commit
76964877e3
1 changed files with 0 additions and 4 deletions
|
|
@ -69,12 +69,8 @@ class Get_signatureTest(unittest.TestCase):
|
||||||
self.assertEqual(signature(textwrap.TextWrapper), '''\
|
self.assertEqual(signature(textwrap.TextWrapper), '''\
|
||||||
(width=70, initial_indent='', subsequent_indent='', expand_tabs=True,
|
(width=70, initial_indent='', subsequent_indent='', expand_tabs=True,
|
||||||
replace_whitespace=True, fix_sentence_endings=False, break_long_words=True,
|
replace_whitespace=True, fix_sentence_endings=False, break_long_words=True,
|
||||||
<<<<<<< local
|
|
||||||
drop_whitespace=True, break_on_hyphens=True, tabsize=8, *, max_lines=None,
|
drop_whitespace=True, break_on_hyphens=True, tabsize=8, *, max_lines=None,
|
||||||
placeholder=' [...]')''')
|
placeholder=' [...]')''')
|
||||||
=======
|
|
||||||
drop_whitespace=True, break_on_hyphens=True, tabsize=8)''')
|
|
||||||
>>>>>>> other
|
|
||||||
|
|
||||||
def test_docline_truncation(self):
|
def test_docline_truncation(self):
|
||||||
def f(): pass
|
def f(): pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue