Skip to content

Commit

Permalink
Tweak docs to match new arg order.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Mar 9, 2016
1 parent 8b6c06f commit aea881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If your table has different keys from the lookup table, you can specify them usi

.. code-block:: python
joined = table.lookup('usps', 'state', table_key='postal')
joined = table.lookup('postal', 'state', lookup_key='usps')
Multi-column lookup
===================
Expand Down

0 comments on commit aea881e

Please sign in to comment.