Merge pull request #134 from sobolevn/patch-1

Fixes code highlight
This commit is contained in:
Satwik Kansal 2019-08-04 12:56:24 +05:30 committed by GitHub
commit 9f5dbbe4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -1845,7 +1845,7 @@ x, y = (0, 1) if True else None, None
```
**Output:**
```
```py
>>> x, y # expected (0, 1)
((0, 1), None)
```