mirror of https://github.com/jab/bidict.git
Fix typo in docstring.
This commit is contained in:
parent
77b9faf9e9
commit
947195497f
|
@ -26,7 +26,7 @@
|
|||
#==============================================================================
|
||||
|
||||
|
||||
"""Provide :class:`bidict`."""
|
||||
"""Provide :class:`MutableBidict`."""
|
||||
|
||||
import typing as _t
|
||||
|
||||
|
|
Loading…
Reference in New Issue