Changed it’s to it's in 2 places

This commit is contained in:
troymc 2016-10-17 14:49:21 +02:00
parent 4c6d97ec4a
commit 6ef3f9943c

View File

@ -3,8 +3,8 @@
The value of each BigchainDB Server configuration setting is
determined according to the following rules:
* If its set by an environment variable, then use that value
* Otherwise, if its set in a local config file, then use that
* If it's set by an environment variable, then use that value
* Otherwise, if it's set in a local config file, then use that
value
* Otherwise, use the default value (contained in
``bigchaindb.__init__``)