We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b1cb5 commit 97d95ceCopy full SHA for 97d95ce
1 file changed
paramdb/_database.py
@@ -382,7 +382,7 @@ def commit_history_with_data(
382
:py:class:`CommitEntryWithData` objects between the provided start and end
383
indices, which work like slicing a Python list.
384
385
- See :py:meth:`ParamDB.load` for the behavior of ``decode_json``.
+ See :py:meth:`ParamDB.load` for the behavior of ``raw_json``.
386
"""
387
with self._Session() as session:
388
select_stmt = self._select_slice(select(_Snapshot), start, end)
0 commit comments