Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Sep 7, 2015
1 parent 8b6dcfe commit 35d862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook/ranking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can compute the change from one rank to another by combining the :class:`.Ra
('rank2015', agate.Rank('value2015')
])
new_table2 = table.compute([
new_table2 = new_table.compute([
('rank_change', agate.Change('rank2014', 'rank2015')
])
Expand Down

0 comments on commit 35d862b

Please sign in to comment.