Skip to content

Commit

Permalink
Merge pull request #134 from sobolevn/patch-1
Browse files Browse the repository at this point in the history
Fixes code highlight
  • Loading branch information
satwikkansal authored Aug 4, 2019
2 parents e6eac17 + b0622a1 commit 9f5dbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ x, y = (0, 1) if True else None, None
```

**Output:**
```
```py
>>> x, y # expected (0, 1)
((0, 1), None)
```
Expand Down

0 comments on commit 9f5dbbe

Please sign in to comment.