Skip to content

Commit 75bff1d

Browse files
authored
Fix space typo in date.py
1 parent 7339989 commit 75bff1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/util/date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def thai_strptime(
207207
:param str text: text
208208
:param str fmt: string containing date and time directives
209209
:param str year: year of the text \
210-
(ad isAnno Domini and be is Buddhist calendar)
210+
(ad is Anno Domini and be is Buddhist Era)
211211
:param int add_year: add to year when converting to ad
212212
:param object tzinfo: tzinfo (default is Asia/Bangkok)
213213
:return: The year that is converted to datetime.datetime

0 commit comments

Comments
 (0)