Skip to content

Commit b69cc9c

Browse files
committed
Dot in the end of return section
1 parent d9b6d29 commit b69cc9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scrapinghub/client/frontiers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def list(self):
114114
def newcount(self):
115115
"""Amount of new entries added to all frontiers.
116116
117-
:return: amount of new entries
117+
:return: amount of new entries.
118118
:rtype: :class:`int`
119119
"""
120120
return sum(self._origin.newcount.values())
@@ -192,7 +192,7 @@ def flush(self):
192192
def newcount(self):
193193
"""Amount of new entries added to frontier.
194194
195-
:return: amount of new entries
195+
:return: amount of new entries.
196196
:rtype: :class:`int`
197197
"""
198198
newcount_values = self._frontiers._origin.newcount
@@ -291,7 +291,7 @@ def flush(self):
291291
def newcount(self):
292292
"""Amount of new entries added to slot.
293293
294-
:return: amount of new entries
294+
:return: amount of new entries.
295295
:rtype: :class:`int`
296296
"""
297297
newcount_values = self._frontier._frontiers._origin.newcount

scrapinghub/client/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def list(self, count=None, start=None, spider=None, state=None,
163163
field name or a list of field names to return.
164164
:param \*\*params: (optional) other filter params.
165165
166-
:return: list of dictionaries of jobs summary for a given filter params
166+
:return: list of dictionaries of jobs summary for a given filter params.
167167
:rtype: :class:`list[dict]`
168168
169169
Please note that list() method can use a lot of memory and for a large

0 commit comments

Comments
 (0)