Skip to content

Commit 5d29f31

Browse files
committed
Fix docstring
1 parent dacf698 commit 5d29f31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proplot/artist.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ def _gen_subclasses(cls):
2626

2727
def _gen_properties(cls):
2828
"""
29-
Generate property definitions for every
30-
Get proper
29+
Generate property definitions for every artist getter.
3130
"""
3231
for attr in dir(cls):
3332
obj = getattr(cls, attr)

0 commit comments

Comments
 (0)