Skip to content

Commit da454a8

Browse files
committed
fix typing, another try
1 parent 0855bed commit da454a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xarray/core/options.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ class set_options:
267267
warn_for_unclosed_files : bool, default: False
268268
Whether or not to issue a warning when unclosed files are
269269
deallocated. This is mostly useful for debugging.
270-
time_resolution : {"s", "ms", "us", "ns"}, default: "ns"
271-
Time resolution used for CF encoding/decoding.
270+
time_resolution : str, default: "ns"
271+
Time resolution used for CF encoding/decoding, one of {"s", "ms", "us", "ns"}.
272272
273273
Examples
274274
--------

0 commit comments

Comments
 (0)