commit | 1ae56fb9ee1354ad6f4e4e0eb98e8f12e1e498b7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 02 23:13:42 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 02 23:13:42 2016 +0200 |
tree | 8fc0d39bf21074219ed6f836223cb6afa6c71c5f | |
parent | cffc0f41782ca8c182af1e066d5146bdb18e6406 [diff] [blame] |
Issue #21818: Fixed references to classes that have names matching with module names.
diff --git a/Doc/library/mutex.rst b/Doc/library/mutex.rst index 57c3971..eb783f3 100644 --- a/Doc/library/mutex.rst +++ b/Doc/library/mutex.rst
@@ -40,7 +40,7 @@ Mutex Objects ------------- -:class:`mutex` objects have following methods: +:class:`~mutex.mutex` objects have following methods: .. method:: mutex.test()