Skip to content

Commit

Permalink
Fix incorrect doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Jun 17, 2015
1 parent 31d8f82 commit 623b753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_plus/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def reverse(self, name, *args, **kwargs):
def make_user(self, username, password='password'):
"""
Build a user with <username> and password of 'password' for testing
purposes. Exposes the user as self.user_<username>
purposes.
"""
if self.user_factory:
test_user = self.user_factory(username=username)
Expand Down

0 comments on commit 623b753

Please sign in to comment.