Skip to content

Commit 777725c

Browse files
committed
Add optional requirement note to get_datatest() docstring.
1 parent afdc66d commit 777725c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

get_reader.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,11 @@ def from_datatest(query, fieldnames=None):
240240
returned from the given datatest.Query *query*. If *fieldnames*
241241
is not provided, this function tries to construct names using
242242
the values from the query's ``columns`` argument.
243+
244+
.. note::
245+
246+
This constructor requires the optional, third-party
247+
library datatest.
243248
"""
244249
def nonstringiter(obj):
245250
return (not isinstance(obj, string_types)

0 commit comments

Comments
 (0)