Merge "Change default scope to local in code comments."

This commit is contained in:
Jenkins 2016-05-17 06:19:01 +00:00 committed by Gerrit Code Review
commit d5635e6c97
1 changed files with 1 additions and 1 deletions

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.