Skip to content

Commit

Permalink
Add missing period in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Salnikov <[email protected]>
  • Loading branch information
dhirving and andy-slac authored Dec 11, 2024
1 parent fdcd9ec commit e4efd11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def add(self, dataset_type: DatasetType, id: int) -> None:
Dataset type, replaces any existing dataset type with the same
name.
id : `int`
The dataset type primary key
The dataset type primary key.
Additional opaque object stored with this dataset type.
"""
self._by_name_cache[dataset_type.name] = (dataset_type, id)
Expand Down

0 comments on commit e4efd11

Please sign in to comment.