Skip to content

Commit

Permalink
docs: fix one docs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Jul 15, 2024
1 parent bdb1eaf commit 9eadbdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fgpyo/collections/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
```
The [`can_peek()`][fgpyo.collections.PeekableIterator.can_peek] function can be used to determine if
the iterator can be peeked without a :py:class:`StopIteration` from being thrown:
the iterator can be peeked without a
[`StopIteration`](https://docs.python.org/3/library/exceptions.html#StopIteration) from being
thrown:
```python
>>> piter = PeekableIterator([1])
Expand Down

0 comments on commit 9eadbdf

Please sign in to comment.