Skip to content

Commit c24e363

Browse files
committed
fix docs
1 parent cd5eb70 commit c24e363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: db_mutex/db_mutex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, lock_id, suppress_acquisition_exceptions=False):
2626
2727
.. code-block:: python
2828
29-
from db_mutex import db_mutex
29+
from db_mutex.db_mutex import db_mutex
3030
3131
# Lock a critical section of code
3232
try:

0 commit comments

Comments
 (0)