Skip to content
Snippets Groups Projects
Commit 2f8346b924ac authored by Bob Ippolito's avatar Bob Ippolito
Browse files

fix typo

parent 3aefd4db0de3
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@
If *item_sort_key* is a callable (not the default), then the output of
dictionaries will be sorted with it. The callable will be used like this:
``sorted(dct.items(), key=sort_item_key)``. This option takes precedence
``sorted(dct.items(), key=item_sort_key)``. This option takes precedence
over *sort_keys*.
.. versionchanged:: 2.5.0
......@@ -487,7 +487,7 @@
If *item_sort_key* is a callable (not the default), then the output of
dictionaries will be sorted with it. The callable will be used like this:
``sorted(dct.items(), key=sort_item_key)``. This option takes precedence
``sorted(dct.items(), key=item_sort_key)``. This option takes precedence
over *sort_keys*.
.. versionchanged:: 2.5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment