From 7ee44fd6cf23fb2513927b262d02ffd208ac01de Mon Sep 17 00:00:00 2001
From: crokkon <33018033+crokkon@users.noreply.github.com>
Date: Wed, 6 Jun 2018 07:34:47 +0200
Subject: [PATCH] beem/market.py: minor documentation

---
 beem/market.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/beem/market.py b/beem/market.py
index b94184e1..1d640b25 100644
--- a/beem/market.py
+++ b/beem/market.py
@@ -36,7 +36,7 @@ class Market(dict):
         :rtype: dictionary with overloaded methods
 
         Instances of this class are dictionaries that come with additional
-        methods (see below) that allow dealing with a market and it's
+        methods (see below) that allow dealing with a market and its
         corresponding functions.
 
         This class tries to identify **two** assets as provided in the
@@ -457,6 +457,8 @@ class Market(dict):
         """ Returns open Orders
 
             :param steem.account.Account account: Account name or instance of Account to show orders for in this market
+            :param bool raw_data: (optional) returns raw data if set True,
+                or a list of Order() instances if False (defaults to False)
         """
         if not account:
             if "default_account" in self.steem.config:
-- 
GitLab