# HG changeset patch
# User Bob Ippolito <bob@redivi.com>
# Date 1333047607 25200
#      Thu Mar 29 12:00:07 2012 -0700
# Node ID 2f8346b924acb4337c85ddfc9d5d492b60316275
# Parent  3aefd4db0de3b5241e2fcab096873f3dd87fa594
fix typo

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -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