- commit
- c01293f74fe09ff27bd2e3a4959cc43b4e5002f6
- parent
- 3e2360ea1ee3878f94723c0a51bcce54921d02f7
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-05 19:53
clearify logout docstring on login.
Diffstat
| M | laneya/actions.py | 5 | ++++- |
1 files changed, 4 insertions, 1 deletions
diff --git a/laneya/actions.py b/laneya/actions.py
@@ -39,4 +39,7 @@ def position(x=None, y=None, entity=None): 39 39 40 40 41 41 def logout():42 -1 """Delete the requesting user."""-1 42 """Delete the requesting user. -1 43 -1 44 There is no explicit login. The user is created on her initial request. -1 45 """