Skip to content

Commit 527f91e

Browse files
authored
Merge pull request #192 from CarrotManMatt/patch-1
Fix spelling error
2 parents 1ad42f3 + fd5edd1 commit 527f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_sessions/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Session(AbstractBaseSession):
2222
abstracts the sending and receiving of cookies. Cookies contain a
2323
session ID -- not the data itself.
2424
25-
Additionally this session object providers the following properties:
25+
Additionally this session object provides the following properties:
2626
``user``, ``user_agent`` and ``ip``.
2727
"""
2828
user = models.ForeignKey(getattr(settings, 'AUTH_USER_MODEL', 'auth.User'),

0 commit comments

Comments
 (0)