Skip to content

Commit

Permalink
#196 Fix typo in ParamDB.commit_history_with_data() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 18, 2024
1 parent d7b1cb5 commit 97d95ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramdb/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def commit_history_with_data(
:py:class:`CommitEntryWithData` objects between the provided start and end
indices, which work like slicing a Python list.
See :py:meth:`ParamDB.load` for the behavior of ``decode_json``.
See :py:meth:`ParamDB.load` for the behavior of ``raw_json``.
"""
with self._Session() as session:
select_stmt = self._select_slice(select(_Snapshot), start, end)
Expand Down

0 comments on commit 97d95ce

Please sign in to comment.