Skip to content

Commit

Permalink
Exception message typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boscoMW committed Dec 3, 2013
1 parent be2bd3e commit 1bc15fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def _get_table_name(self, query):
table = query[index:].strip().split(" ")[0]
return table
except Exception, e:
raise PyfbException("Invalid FQL Sintax")
raise PyfbException("Invalid FQL Syntax")

def execute_fql_query(self, query):
"""
Expand Down

0 comments on commit 1bc15fc

Please sign in to comment.