Skip to content

Commit 6cf851b

Browse files
authored
docs: fix simple typo, indentify -> identify (#1510)
There is a small typo in Src/StdLib/Lib/multiprocessing/managers.py. Should read `identify` rather than `indentify`. Signed-off-by: Tim Gates <tim.gates@iress.com>
1 parent 15431c6 commit 6cf851b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/StdLib/Lib/multiprocessing/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def rebuild_as_list(obj):
5151

5252
class Token(object):
5353
'''
54-
Type to uniquely indentify a shared object
54+
Type to uniquely identify a shared object
5555
'''
5656
__slots__ = ('typeid', 'address', 'id')
5757

0 commit comments

Comments
 (0)