diff options
Diffstat (limited to '')
-rw-r--r-- | portato/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/session.py b/portato/session.py index 026c7fc..be622cf 100644 --- a/portato/session.py +++ b/portato/session.py @@ -33,7 +33,7 @@ class Session (object): def __init__ (self, file): """ - Initialize a session with a certain file inside L{SESSION_DIR.} + Initialize a session with a certain file inside L{SESSION_DIR}. @param file: the file in L{SESSION_DIR}, where the options will be saved. """ |