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

Commit d320df8

Browse files
committed
chore(dateparser): fix docs
1 parent f40066a commit d320df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/dateparser/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ Certain format codes support i18n. Check this [guide](https://docs.angularjs.org
141141

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

144-
\*** 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 `''''`.
144+
\*** 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 commit comments

Comments
 (0)