File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ For that reason it is important that the input is a valid date, otherwise it cou
144
144
145
145
To reduce the possibility of receiving false positives, make sure that:
146
146
147
- - The input string it's a valid date and it doesn't contain any other words or numbers.
148
- - If you know the language or languages beforehand you add them through the ``languages `` or ``locales `` properties.
147
+ - The input string is a valid date and doesn't contain any other words or numbers.
148
+ - If you know the language or languages beforehand, you add them through the ``languages `` or ``locales `` properties.
149
149
150
150
151
151
On the other hand, if you want to exclude any of the default parsers
@@ -172,7 +172,7 @@ If you want to use the jalali or hijri calendar, you need to install the
172
172
Common use cases
173
173
----------------
174
174
175
- **dateparser ** can be used with a really different number of purposes,
175
+ **dateparser ** can be used for a wide variety of purposes,
176
176
but it stands out when it comes to:
177
177
178
178
Consuming data from different sources:
@@ -191,7 +191,7 @@ Offering natural interaction with users:
191
191
192
192
- **Tooling and CLI **: allow users to write “3 days ago” to retrieve
193
193
information.
194
- - **Search engine **: allow people to search by date in an easiest /
194
+ - **Search engine **: allow people to search by date in an easy /
195
195
natural format.
196
196
- **Bots **: allow users to interact with a bot easily
197
197
You can’t perform that action at this time.
0 commit comments