Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarify isdigit docs - ASCII digits only (#54492)
The `isdigit` function only checks for ASCII digits — this PR clarifies the docs to make that explicit. See #54447 (comment). Closes #54447.
- Loading branch information