From 68cb428418e1e4e5c397a327abc082cf1ac094fc Mon Sep 17 00:00:00 2001 From: David McMackins II Date: Wed, 25 May 2016 15:30:53 -0500 Subject: Add doc line for 'kind' parameter --- cfetch/__init__.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3