Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix Sphinx syntax
  • Loading branch information
vstinner committed Sep 16, 2022
commit 1d2421c94af4b678b541a6ae0078961c72859880
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When :exc:`ValueError` is raised if an integer is larger than the limit,
mention the :`sys.set_int_max_str_digits` function in the error message.
mention the :func:`sys.set_int_max_str_digits` function in the error message.
Patch by Victor Stinner.