Skip to content

Commit 262c1e0

Browse files
authored
Update range docs: microseconds as supported units (#471)
This updates the docs to reflect that microseconds as units in range work just fine.
1 parent 5063ed9 commit 262c1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/period.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you want to iterate over a period, you can use the `range()` method:
136136
!!!note
137137

138138
Supported units for `range()` are: `years`, `months`, `weeks`,
139-
`days`, `hours`, `minutes` and `seconds`
139+
`days`, `hours`, `minutes`, `seconds` and `microseconds`
140140

141141
You can pass an amount for the passed unit to control the length of the gap:
142142

0 commit comments

Comments
 (0)