Documentation
Thanks for Raymond Hettinger's amazing guide for python descriptors.
In the custom-validators section of the Python 3.13 descriptor guide, the String validator's error message incorrectly uses an as the indefinite article.
The descriptor guide link
As far as I know, this mistake can be traced back to the 3.9 python doc.
Linked PRs
Documentation
Thanks for Raymond Hettinger's amazing guide for python descriptors.
In the custom-validators section of the Python 3.13 descriptor guide, the
Stringvalidator's error message incorrectly uses an as the indefinite article.The descriptor guide link
As far as I know, this mistake can be traced back to the 3.9 python doc.
Linked PRs