Skip to content

Commit 78bd289

Browse files
committed
Fixes the docstring syntax
1 parent b5e6aec commit 78bd289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class PlayerDict(dict):
2-
"""Delete is supported on the pid index only"
2+
"""Delete is supported on the pid index only"""
33
def __init__(self,*args,**kwargs):
44
self._key_map = dict()
55

0 commit comments

Comments
 (0)