Skip to content

Commit

Permalink
Proofread README.rst (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
alysbrooks committed Aug 26, 2024
1 parent 748e48a commit f114394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ For that reason it is important that the input is a valid date, otherwise it cou

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

- The input string it's a valid date and it doesn't contain any other words or numbers.
- If you know the language or languages beforehand you add them through the ``languages`` or ``locales`` properties.
- The input string is a valid date and doesn't contain any other words or numbers.
- If you know the language or languages beforehand, you add them through the ``languages`` or ``locales`` properties.


On the other hand, if you want to exclude any of the default parsers
Expand All @@ -172,7 +172,7 @@ If you want to use the jalali or hijri calendar, you need to install the
Common use cases
----------------

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

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

- **Tooling and CLI**: allow users to write “3 days ago” to retrieve
information.
- **Search engine**: allow people to search by date in an easiest /
- **Search engine**: allow people to search by date in an easy /
natural format.
- **Bots**: allow users to interact with a bot easily

Expand Down

0 comments on commit f114394

Please sign in to comment.