Skip to content

Commit

Permalink
@euri10 ' rephrase
Browse files Browse the repository at this point in the history
Co-authored-by: euri10 <[email protected]>
  • Loading branch information
Murtagy and euri10 authored Jun 3, 2024
1 parent 9b2e81f commit ceae7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar/stores/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _safe_file_name(name: str) -> str:
class FileStore(NamespacedStore):
"""File based, thread and process safe, asynchronous key/value store."""

__slots__ = {"path": "file path", "create_directories": "flag to create directories of path"}
__slots__ = {"path": "file path", "create_directories": "flag to create directories in path"}

def __init__(self, path: PathLike[str], *, create_directories: bool = False) -> None:
"""Initialize ``FileStorage``.
Expand Down

0 comments on commit ceae7fb

Please sign in to comment.