Skip to content

Commit c475eae

Browse files
committed
fix typo
1 parent 268b1ae commit c475eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release Date: 2024-05-07
1111
1MiB to 256KiB to optimize for common use cases. Use ``buf_size``
1212
if you are packing large data.
1313
* ``Timestamp.to_datetime()`` and ``Timestamp.from_datetime()`` become
14-
more acculate by avoiding floating point calculations. (#591)
14+
more accurate by avoiding floating point calculations. (#591)
1515
* The Cython code for ``Unpacker`` has been slightly rewritten for maintainability.
1616

1717

@@ -147,7 +147,7 @@ Important changes
147147
* unpacker: Default value of input limits are smaller than before to avoid DoS attack.
148148
If you need to handle large data, you need to specify limits manually. (#319)
149149

150-
* Unpacker doesn't wrap underlaying ``ValueError`` (including ``UnicodeError``) into
150+
* Unpacker doesn't wrap underlying ``ValueError`` (including ``UnicodeError``) into
151151
``UnpackValueError``. If you want to catch all exception during unpack, you need
152152
to use ``try ... except Exception`` with minimum try code block. (#323, #233)
153153

0 commit comments

Comments
 (0)