Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proofread README.rst #1234

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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