8000 Update syntax_ideas.md · dragoncoder047/pickle@fe99e63 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe99e63

Browse files
Update syntax_ideas.md
1 parent 893a58a commit fe99e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_notes/syntax_ideas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ while [condition any:+][is Space][body is Block]
8080
if [condition any:+][is Space][body is Block]
8181

8282
## Dynamic-wind but like Python context manager
83-
with [context-manager][is Space][body is Block]
83+
with [context-manager is ContextManager][is Space][body is Block]
8484

8585
## Synchronization
8686
synchronized [mutex][is Space][body is Block]

0 commit comments

Comments
 (0)
0