Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c985f1f

Browse files
committed
remove duplicate statement
1 parent f28f0d9 commit c985f1f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/imp.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ This module provides an interface to the mechanisms used to implement the
113113
.. function:: acquire_lock()
114114

115115
Acquire the interpreter's import lock for the current thread. This lock should
116-
be used by import hooks to ensure thread-safety when importing modules. On
117-
platforms without threads, this function does nothing.
116+
be used by import hooks to ensure thread-safety when importing modules.
118117

119118
Once a thread has acquired the import lock, the same thread may acquire it
120119
again without blocking; the thread must release it once for each time it has

0 commit comments

Comments
 (0)