Skip to content

Commit 9f5dbbe

Browse files
authored
Merge pull request satwikkansal#134 from sobolevn/patch-1
Fixes code highlight
2 parents e6eac17 + b0622a1 commit 9f5dbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ x, y = (0, 1) if True else None, None
18451845
```
18461846
18471847
**Output:**
1848-
```
1848+
```py
18491849
>>> x, y # expected (0, 1)
18501850
((0, 1), None)
18511851
```

0 commit comments

Comments
 (0)