sdispater / pendulum

Python datetimes made easy
https://pendulum.eustace.io
MIT License
6.12k stars 372 forks source link

Fix typo in variable annotation from _hour to _hours #815

Open tempookian opened 3 months ago

tempookian commented 3 months ago

I've corrected a minor typo in the variable name within parsing/iso8601.py, changing _hour to _hours to avoid unused annotations. No related issues were found/open regarding this typo.

This update doesn't impact other parts of the codebase as confirmed by local testing and existing tests where applicable.

Pull Request Check List