Change default scope to local in code comments.

Change-Id: Iafb662f078e9e467c40e0d97640560fdbdb633d8
This commit is contained in:
Liping Mao 2016-05-10 23:52:46 +08:00
parent e6a09b2269
commit f611096945

View File

@ -393,7 +393,7 @@ def plugin_scope():
"""Returns the capability as the remote network driver.
This function returns the capability of the remote network driver, which is
``global`` or ``local`` and defaults to ``global``. With ``global``
``global`` or ``local`` and defaults to ``local``. With ``global``
capability, the network information is shared among multipe Docker daemons
if the distributed store is appropriately configured.