Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Oct 24, 2024
1 parent adcbce6 commit 3cd89d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gen/lib/baseobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_object_state(self):
null in JSON.
:returns: Returns a dictionary of attributes that represent the state
of the object or None if the object is empty.
of the object or None.
:rtype: dict
"""
attr_dict = dict(
Expand Down

0 comments on commit 3cd89d4

Please sign in to comment.