Update documentation

This commit is contained in:
Lonami Exo
2024-03-16 21:08:48 +01:00
parent 837258f4c8
commit 183d07ff25
2 changed files with 211 additions and 5 deletions

View File

@@ -8,9 +8,7 @@ class MemorySession(Storage):
"""
Session storage without persistence.
This is the simplest storage and is the one used by default.
Session data is only kept in memory and is not persisted to disk.
Session data is only kept in memory and is not saved to disk.
"""
__slots__ = ("session",)