Skip to content

Commit b5e6aec

Browse files
committed
Added minor note about the delete functionality for the PlayerDict class
1 parent d86e614 commit b5e6aec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sc2reader/utils.py

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

0 commit comments

Comments
 (0)