Skip to content

Commit

Permalink
Merge pull request #163 from timgates42/bugfix_typo_sequence
Browse files Browse the repository at this point in the history
docs: fix simple typo, sequece -> sequence
  • Loading branch information
longld authored Jan 3, 2021
2 parents 62b368f + 26cb228 commit 22496f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python23-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ isinstance(x, six.integer_types)
## Strings

In Python 2, `bytes` is an alias for `str`. In Python 3, `str` is a unicode
type and `bytes` is used for a sequece of arbitrary bytes. Use a leading 'b' to
type and `bytes` is used for a sequence of arbitrary bytes. Use a leading 'b' to
signify that a string is a `bytes` object.

```python
Expand Down

0 comments on commit 22496f3

Please sign in to comment.