Skip to content

Commit a6c869e

Browse files
committed
Minor fix to README
1 parent 6f19388 commit a6c869e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,15 @@ Test coverage includes every example given in the spec table of features.
169169
-170000000
170170

171171
* Significant digits:
172+
172173
# '1950S2': some year between 1900 and 1999, estimated to be 1950
173174
>>> d = parse_edtf('1950S2')
174175
Date: '1950S2'
175176
>>> d.lower_fuzzy()[:3]
176177
(1900, 1, 1)
177178
>>> d.upper_fuzzy()[:3]
178179
(1999, 12, 31)
179-
# '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.
180181
>>> l = parse_edtf('Y171010000S3')
181182
LongYear: 'Y171010000S3'
182183
>>> l.estimated()

0 commit comments

Comments
 (0)