From fed2564b887cbf4385c351dd4d3725b1ca0665b3 Mon Sep 17 00:00:00 2001 From: Jan Margeta Date: Wed, 6 May 2020 01:12:22 +0200 Subject: [PATCH] Update range docs: microseconds as supported units This updates the docs to reflect that microseconds as units in range work just fine. --- docs/docs/period.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/period.md b/docs/docs/period.md index 052966e3..0c1b715a 100644 --- a/docs/docs/period.md +++ b/docs/docs/period.md @@ -136,7 +136,7 @@ If you want to iterate over a period, you can use the `range()` method: !!!note Supported units for `range()` are: `years`, `months`, `weeks`, - `days`, `hours`, `minutes` and `seconds` + `days`, `hours`, `minutes`, `seconds` and `microseconds` You can pass an amount for the passed unit to control the length of the gap: