Skip to content

Commit

Permalink
DOC: skip doctesting print example
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jun 15, 2024
1 parent 0d37d83 commit 7c2bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ ucd, utype, and xtype) is available through resultset's

Iterating over a resultset gives the rows in the result:

.. doctest-remote-data::
.. doctest-skip::

>>> for row in resultset:
... print(row['s_fov'])
Expand Down

0 comments on commit 7c2bec3

Please sign in to comment.