summaryrefslogtreecommitdiff
path: root/cfetch/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cfetch/__init__.py')
-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: