Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 10, 2023
1 parent 0de00a2 commit c2e1ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ For ready-to-run code snippets, please also have a look at the `examples directo
... }
>>> observations: pd.DataFrame = client.get_observations(options, humanize=False)
>>> observations.info() # doctest: +ELLIPSIS
>>> print(observations.info())
[...]
>>> observations # doctest: +ELLIPSIS
>>> print(observations)
[...]
Expand Down

0 comments on commit c2e1ddd

Please sign in to comment.