Skip to content

Commit f114394

Browse files
authored
Proofread README.rst (#1234)
1 parent 748e48a commit f114394

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ For that reason it is important that the input is a valid date, otherwise it cou
144144

145145
To reduce the possibility of receiving false positives, make sure that:
146146

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.
149149

150150

151151
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
172172
Common use cases
173173
----------------
174174

175-
**dateparser** can be used with a really different number of purposes,
175+
**dateparser** can be used for a wide variety of purposes,
176176
but it stands out when it comes to:
177177

178178
Consuming data from different sources:
@@ -191,7 +191,7 @@ Offering natural interaction with users:
191191

192192
- **Tooling and CLI**: allow users to write “3 days ago” to retrieve
193193
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 /
195195
natural format.
196196
- **Bots**: allow users to interact with a bot easily
197197

0 commit comments

Comments
 (0)