Skip to content

Commit dd09639

Browse files
Tiny fixes in docstrings for the geom_count() and stat_sum().
1 parent ea6dd0d commit dd09639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-package/lets_plot/plot/geom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6455,7 +6455,7 @@ def geom_count(mapping=None, *, data=None, stat=None, position=None, show_legend
64556455
color_by=None, fill_by=None,
64566456
**other_args):
64576457
"""
6458-
Sum unique values
6458+
Sum unique values.
64596459
64606460
Parameters
64616461
----------

python-package/lets_plot/plot/stat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def stat_sum(mapping=None, *, data=None, geom=None, position=None, show_legend=N
459459
color_by=None, fill_by=None,
460460
**other_args):
461461
"""
462-
Sum unique values
462+
Sum unique values.
463463
464464
Parameters
465465
----------

0 commit comments

Comments
 (0)