Skip to content

Commit a9e72e0

Browse files
recsatwikkansal
authored andcommitted
Fix code sample for "65539 local variables" example
1 parent 54ed75f commit a9e72e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,8 @@ nan
22652265
```py
22662266
import dis
22672267
exec("""
2268-
def f():* """ + """
2268+
def f():
2269+
""" + """
22692270
""".join(["X"+str(x)+"=" + str(x) for x in range(65539)]))
22702271
22712272
f()

0 commit comments

Comments
 (0)