Skip to content

Commit

Permalink
double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Ferland committed Aug 13, 2020
1 parent a385058 commit 8c7634b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ print(guid.counter())
print(guid.bytes())
# Output: b'_5\x80\xca\xef\x1a4UV\x94AT'

XID('bsqo1inf38q5alkk85a0')
XID("bsqo1inf38q5alkk85a0")
# Output: XID('bsqo1inf38q5alkk85a0')

XID(b'_5\x80\xca\xef\x1a4UV\x94AT')
XID(b"_5\x80\xca\xef\x1a4UV\x94AT")
# Output: XID('bsqo1inf38q5alkk85a0')
```

0 comments on commit 8c7634b

Please sign in to comment.