Skip to content

Commit

Permalink
Fix docstring,really
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Oct 18, 2023
1 parent 411a10b commit 6b97e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stingray/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def data_attributes(self) -> list[str]:
This also includes properties (which usually set internal data arrays, so they would
duplicate the effort), methods, and attributes that are complicated to serialize such
as other ``StingrayObject``s, or arrays of objects.
as other ``StingrayObject``, or arrays of objects.
"""
return [
attr
Expand Down

0 comments on commit 6b97e26

Please sign in to comment.