Skip to content

Commit ef226e3

Browse files
committed
docs: Fix the package docstring
1 parent 825d139 commit ef226e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mahjong/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
_summary_
2+
_summary_.
33
44
Tile representation
55
###################

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ convention = "pep257"
114114
]
115115

116116
# temporary
117-
"./mahjong/__init__.py" = ["D"]
118117
"./mahjong/constants.py" = ["D"]
119118
"./mahjong/tile.py" = ["D"]
120119
"./mahjong/utils.py" = ["D"]

0 commit comments

Comments
 (0)