Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed Mar 30, 2017
1 parent f631646 commit 4b8376c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmodes/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def get_max_value_key(dic):
"""Fast method to get key for maximum value in dict."""
"""Gets the key for the maximum value in a dict."""
v = np.array(list(dic.values()))
k = np.array(list(dic.keys()))

Expand Down

0 comments on commit 4b8376c

Please sign in to comment.