Skip to content

Commit 736e8d4

Browse files
lint blurb
Signed-off-by: grantlouisherman <grantlouisherman041@gmail.com>
1 parent f3da268 commit 736e8d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Set a :exc:`MemoryError` via :c:func:`PyErr_NoMemory` when buffer allocation
2-
fails in the tokenizer's ``_PyTokenizer_translate_newlines`` helper, so the
3-
out-of-memory condition is propagated as a proper Python exception instead
1+
Set a :exc:`MemoryError` via :c:func:`PyErr_NoMemory` when buffer allocation
2+
fails in the tokenizer's ``_PyTokenizer_translate_newlines`` helper, so the
3+
out-of-memory condition is propagated as a proper Python exception instead
44
of only being recorded in ``tok->done``.

0 commit comments

Comments
 (0)