Merge pull request #1869 from mccalluc/patch-1

Replace missing "^" with "e"
This commit is contained in:
Joffrey F 2018-01-26 11:54:22 -08:00 committed by GitHub
commit ba46201ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ class ContainerCollection(Collection):
item in the list is expected to be a
:py:class:`docker.types.Mount` object.
name (str): The name for this container.
nano_cpus (int): CPU quota in units of 10-9 CPUs.
nano_cpus (int): CPU quota in units of 1e-9 CPUs.
network (str): Name of the network this container will be connected
to at creation time. You can connect to additional networks
using :py:meth:`Network.connect`. Incompatible with