Skip to content

Commit 00b8af1

Browse files
committed
skip doctest in get_options()
1 parent 28d44e7 commit 00b8af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/util/options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def get_options():
135135
136136
Examples
137137
--------
138-
>>> get_options()
138+
>>> get_options() # doctest: +SKIP
139139
{'display_precision': None, 'display_width': 80, 'display_maxlines': 200, 'display_edgeitems': 5}
140140
"""
141141
return _OPTIONS.copy()

0 commit comments

Comments
 (0)