Skip to content

Commit f6a8042

Browse files
committed
fix changelog typos
1 parent 63490ba commit f6a8042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ language runtime. The main focus is on user-observable behavior of the engine.
66
## Version 19.3.0
77

88
* Implement `charmap_build` function
9-
* Implement `hexversion` to sys module
9+
* Implement `hexversion` in sys module
1010
* Implement `_lzma` module
1111
* Fix printing of Pandas data frames
1212
* Fix a bug in `bytes.startswith` for tuple arguments
1313
* Fix destructuring assignments of arbitrary iterators
1414
* Fix `dict.__contains__` for dictionaries with only `str` keys for subclasses of `str`
1515
* Support NumPy 1.16.4 and Pandas 0.25.0
16-
* Support importing java classes using normal Python import syntax when the package is known
16+
* Support importing Java classes using normal Python import syntax when the package is known
1717
* Improve performance across many Python benchmarks
1818

1919
## Version 19.2.0

0 commit comments

Comments
 (0)