Skip to content

Commit

Permalink
Fix space typo in date.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Apr 10, 2024
1 parent 7339989 commit 75bff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythainlp/util/date.py
Expand Up @@ -207,7 +207,7 @@ def thai_strptime(
:param str text: text
:param str fmt: string containing date and time directives
:param str year: year of the text \
(ad isAnno Domini and be is Buddhist calendar)
(ad is Anno Domini and be is Buddhist Era)
:param int add_year: add to year when converting to ad
:param object tzinfo: tzinfo (default is Asia/Bangkok)
:return: The year that is converted to datetime.datetime
Expand Down

0 comments on commit 75bff1d

Please sign in to comment.