Skip to content

Commit

Permalink
Fix typo in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shonenada committed Jun 16, 2016
1 parent e44b58b commit 5e5536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst.inc
Expand Up @@ -145,7 +145,7 @@ Well, if your application works under SQLAlchemy::
def add_role(self, role):
self.roles.append(role)

def add_role(self, roles):
def add_roles(self, roles):
for role in roles:
self.add_role(role)

Expand Down

0 comments on commit 5e5536a

Please sign in to comment.