Skip to content

Commit 41fa83e

Browse files
authored
Merge pull request #96 from rocky/long-literals-redux
Go over long literal test
2 parents 4a61f5d + 71e3a87 commit 41fa83e

File tree

4 files changed

+150
-1243
lines changed

4 files changed

+150
-1243
lines changed

decompyle3/semantics/n_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def n_delete_subscript(self, node):
272272

273273
def n_dict(self, node):
274274
"""
275-
prettyprint a dict
275+
Prettyprint a dict.
276276
'dict' is something like k = {'a': 1, 'b': 42}"
277277
We will use source-code line breaks to guide us when to break.
278278
"""
-47 Bytes
Binary file not shown.
-623 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)