Skip to content

Commit

Permalink
Fix italics syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jab authored Dec 21, 2024
1 parent 1883cf2 commit c7fd141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learning-from-bidict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ From :class:`~bidict.BidictBase`,
:class:`~bidict.OrderedBidictBase` inherits the use of two regular dicts
to store the contents of the forward and inverse items.

To store the _ordering_ of the items,
To store the *ordering* of the items,
we use a doubly-linked list
(much like :class:`~collections.OrderedDict`),
allowing us to e.g. move any item to the front
Expand Down

0 comments on commit c7fd141

Please # to comment.