Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(dateparser): fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Jan 7, 2016
1 parent f40066a commit d320df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dateparser/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ Certain format codes support i18n. Check this [guide](https://docs.angularjs.org

\** It also supports `fullDate|longDate|medium|mediumDate|mediumTime|short|shortDate|shortTime` as the format for parsing.

\*** It supports template literals as a string between the single quote `'` character, i.e. `\`The Date is\` MM/DD/YYYY`. If one wants the literal single quote character, one must use `''''`.
\*** It supports template literals as a string between the single quote `'` character, i.e. `'The Date is' MM/DD/YYYY`. If one wants the literal single quote character, one must use `''''`.

0 comments on commit d320df8

Please sign in to comment.