Fix typo in docstring.

This commit is contained in:
Joshua Bronson 2020-08-22 15:27:34 -04:00
parent 77b9faf9e9
commit 947195497f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#==============================================================================
"""Provide :class:`bidict`."""
"""Provide :class:`MutableBidict`."""
import typing as _t