client.networks.create check_duplicates docs not reflective of behavior

Fixes #1693

Signed-off-by: Dima Spivak <dima@spivak.ch>
This commit is contained in:
Dima Spivak 2017-07-31 15:04:15 -07:00 committed by Joffrey F
parent d68996f953
commit c2925a384b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class NetworkApiMixin(object):
options (dict): Driver options as a key-value dictionary
ipam (IPAMConfig): Optional custom IP scheme for the network.
check_duplicate (bool): Request daemon to check for networks with
same name. Default: ``True``.
same name. Default: ``None``.
internal (bool): Restrict external access to the network. Default
``False``.
labels (dict): Map of labels to set on the network. Default