From dc56c974f986b31e6d02403c9c9ffec9198406ff Mon Sep 17 00:00:00 2001 From: Vivek Jha Date: Fri, 2 Jan 2015 19:47:05 +0530 Subject: [PATCH] added docs --- docs/source/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 5074f77..e691ba2 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -8,9 +8,9 @@ further customize it. .. note:: All the data APIs support json return as well. Call any API with as_json=True - to get the json return. For example. + to get the json return. For example following would provide a json return. + nse.get_quote('infy', as_json=True) - would provide a json return. By default every API returns python data structures.