Skip to content

Commit 8a7de22

Browse files
committed
Fix typo bythes -> bytes
1 parent 8813b01 commit 8a7de22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/3rd-party-py3k-compat-code/pandas_py3k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Uses the original method if available, otherwise uses items, keys, values.
1515
* types:
1616
* text_type: unicode in Python 2, str in Python 3
17-
* binary_type: str in Python 2, bythes in Python 3
17+
* binary_type: str in Python 2, bytes in Python 3
1818
* string_types: basestring in Python 2, str in Python 3
1919
* bind_method: binds functions to classes
2020

src/future/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* types:
1919
2020
* text_type: unicode in Python 2, str in Python 3
21-
* binary_type: str in Python 2, bythes in Python 3
21+
* binary_type: str in Python 2, bytes in Python 3
2222
* string_types: basestring in Python 2, str in Python 3
2323
2424
* bchr(c):

0 commit comments

Comments
 (0)