Skip to content

Commit

Permalink
fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hinch committed May 11, 2014
1 parent 40a1cbc commit 6c1f50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfb/pyfb.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_likes(self, id=None):

def get_pages(self, id=None):
"""
Get a list of liked objects
Get a list of Facebook Pages user has access to
"""
return self._client.get_list(id, 'accounts', 'FBPage')

Expand Down

0 comments on commit 6c1f50a

Please sign in to comment.