Skip to content

Commit 4af7558

Browse files
author
Sarra Nebli
committed
Fixing CI errors 12
1 parent d913290 commit 4af7558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

janitor/functions/adorn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def tabyl(
2828
Returns:
2929
A DataFrame representing the summary table.
3030
31-
Example:
31+
Example :
3232
>>> data = {
3333
... "Category": ["A", "A", "B", "B", "C", "C", "A", "B", "C", "A"],
3434
... "Subcategory": ["X", "Y", "X", "Y", "X", "Y", "X", "Y", "X", "X"],

0 commit comments

Comments
 (0)