diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-04 22:02:32 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-04 22:02:32 +0100 |
commit | 615173a21c7efb8e7df57a64f1f3ee30d971a4db (patch) | |
tree | c40a5246df812692fecf1b42db993fc55d47445d /portato/session.py | |
parent | da80e4fcaaa9bbeac8df8bbd548391b3d38cbfbe (diff) | |
download | portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.tar.gz portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.tar.bz2 portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.zip |
Fixed comments
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. """ |