Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a43011

Browse files
author
Balazs Horanyi
committed
small doc update
1 parent 8a36c13 commit 0a43011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream/personalization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get(self, url, **params):
1818
1919
**Example**::
2020
21-
personalization.get('follow_recommendations', limit=10, offset=10)
21+
personalization.get('follow_recommendations', user_id=123, limit=10, offset=10)
2222
"""
2323

2424
response = self.client.get(url, personal=True, params=params,

0 commit comments

Comments
 (0)