Skip to content

Commit f850667

Browse files
authored
docs: remove undefined http kwarg (#1723)
1 parent a460bc6 commit f850667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ activities = service.activities()
1111
request = activities.list(userId='someUserId', collection='public')
1212

1313
while request is not None:
14-
activities_doc = request.execute(http=http)
14+
activities_doc = request.execute()
1515

1616
# Do something with the activities
1717

0 commit comments

Comments
 (0)