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

Commit 8c3c38d

Browse files
committed
chore(dateparser): fix incorrect character
1 parent 2fb812b commit 8c3c38d

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
@@ -118,7 +118,7 @@ Certain format codes support i18n. Check this [guide](https://docs.angularjs.org
118118
_(Example: `10AM`)_ -
119119
Parses a 12 hours time with AM/PM.
120120

121-
* `Z'
121+
* `Z`
122122
_(Example: `-0800`)_ -
123123
Parses the timezone offset in a signed 4 digit representation
124124

0 commit comments

Comments
 (0)