We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f19388 commit a6c869eCopy full SHA for a6c869e
1 file changed
README.md
@@ -169,14 +169,15 @@ Test coverage includes every example given in the spec table of features.
169
-170000000
170
171
* Significant digits:
172
+
173
# '1950S2': some year between 1900 and 1999, estimated to be 1950
174
>>> d = parse_edtf('1950S2')
175
Date: '1950S2'
176
>>> d.lower_fuzzy()[:3]
177
(1900, 1, 1)
178
>>> d.upper_fuzzy()[:3]
179
(1999, 12, 31)
- # 'Y171010000S3': some year between some year between 171000000 and 171999999 estimated to be 171010000, with 3 significant digits.
180
+ # 'Y171010000S3': some year between 171000000 and 171999999 estimated to be 171010000, with 3 significant digits.
181
>>> l = parse_edtf('Y171010000S3')
182
LongYear: 'Y171010000S3'
183
>>> l.estimated()
0 commit comments