Skip to content

Commit

Permalink
Fix docstring error found by new numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 20, 2024
1 parent 28e74a0 commit afb5a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/tests/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def testReplace(self):
)

def test_replace_pkey_only(self):
"""Test `Database.replace` on a table that only has primary key"""
"""Test `Database.replace` on a table that only has primary key."""
spec = ddl.TableSpec(
[
ddl.FieldSpec("a1", dtype=sqlalchemy.BigInteger, primaryKey=True),
Expand Down

0 comments on commit afb5a7d

Please sign in to comment.