Skip to content

Commit 350472e

Browse files
committed
Fix typo in Frontier.iter() rtype
1 parent 4acc40e commit 350472e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapinghub/client/frontiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def iter(self):
174174
"""Iterate through slots.
175175
176176
:return: an iterator over frontier slots names.
177-
:rtype: :class:`collections.Iterate[str]`
177+
:rtype: :class:`collections.Iterable[str]`
178178
"""
179179
return iter(self.list())
180180

0 commit comments

Comments
 (0)