summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2016-05-25 15:30:53 -0500
committerDavid McMackins II <contact@mcmackins.org>2016-05-25 15:30:53 -0500
commit68cb428418e1e4e5c397a327abc082cf1ac094fc (patch)
tree2cfdbc4f16c257f3ecad9cee8aae2ae1d8e07f62
parent6c592bf1976787dea1d520d4048db81bba63c3ba (diff)
Add doc line for 'kind' parameter
-rw-r--r--cfetch/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfetch/__init__.py b/cfetch/__init__.py
index 487559c..281555a 100644
--- a/cfetch/__init__.py
+++ b/cfetch/__init__.py
@@ -56,6 +56,7 @@ class Ticker():
# @param a The first currency.
# @param b The second currency.
# @param amt The number quantity of 'a' currency.
+ # @param kind The type of rate to calculate.
# @return The exchange rate between 'a' and 'b' currencies.
def get_rate(self, a, b, amt=1, kind='avg'):
try: