Skip to content

Commit

Permalink
Update src/aiida/storage/sqlite_dos/backend.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Geiger <[email protected]>
  • Loading branch information
sphuber and GeigerJ2 committed Jun 7, 2024
1 parent 56e7f46 commit ad7bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/storage/sqlite_dos/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def initialise_database(self) -> None:
class SqliteDosStorage(PsqlDosBackend):
"""A lightweight storage that is easy to install.
This backend implementation uses an SQLite database and the a disk-objectstore container as the file repository. As
This backend implementation uses an SQLite database and a disk-objectstore container as the file repository. As
such, this storage plugin does not require any services, making it easy to install and use on most systems.
"""

Expand Down

0 comments on commit ad7bef6

Please sign in to comment.