Skip to content

Commit 03bebd0

Browse files
committed
-
1 parent 8a89d7d commit 03bebd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/topics/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ explaining what it's good for and the basics of using it.
6464
queue-tools
6565
random-tools
6666
re-tools
67-
read-write-lock
67+
locking
6868
reasoned-bool
6969
rst-tools
7070
sequence-tools

docs/topics/read-write-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Ram Rachum at ram.rachum.com" including link. The license may be obtained
55
at http://creativecommons.org/licenses/by-sa/3.0/
66

7-
.. _topics-read-write-lock:
7+
.. _topics-locking:
88

9-
:mod:`read_write_lock` - documentation not written
9+
:mod:`locking` - documentation not written
1010
======================================

test_python_toolbox/test_read_write_lock/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import with_statement
22

3-
from python_toolbox.read_write_lock import ReadWriteLock
3+
from python_toolbox.locking import ReadWriteLock
44

55

66
def test():

0 commit comments

Comments
 (0)