Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Sep 3, 2024
1 parent 980b49a commit efe4032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aerovaldb/aerovaldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ async def get_experiments(
@async_and_sync
@put_method(ROUTE_EXPERIMENTS)
async def put_experiments(self, obj, project: str, /, *args, **kwargs):
"""Stores a list of experiments for a project from the db.
"""Stores a list of experiments for a project to the db.
:param project: Project ID.
"""
Expand Down

0 comments on commit efe4032

Please sign in to comment.