Skip to content

Commit 97d95ce

Browse files
committed
#196 Fix typo in ParamDB.commit_history_with_data() docstring
1 parent d7b1cb5 commit 97d95ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paramdb/_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def commit_history_with_data(
382382
:py:class:`CommitEntryWithData` objects between the provided start and end
383383
indices, which work like slicing a Python list.
384384
385-
See :py:meth:`ParamDB.load` for the behavior of ``decode_json``.
385+
See :py:meth:`ParamDB.load` for the behavior of ``raw_json``.
386386
"""
387387
with self._Session() as session:
388388
select_stmt = self._select_slice(select(_Snapshot), start, end)

0 commit comments

Comments
 (0)