summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormccalluc <mccalluc@users.noreply.github.com>2018-01-26 10:44:15 -0500
committerGitHub <noreply@github.com>2018-01-26 10:44:15 -0500
commit24bd5d8e53414098b4d4c70f93f3a69ce094510f (patch)
treeb43b126e72afa216d6727e63da44a09d303fcbc9
parent9e2148dcc417c1fd613a69ee558c64349b30173d (diff)
downloaddocker-py-24bd5d8e53414098b4d4c70f93f3a69ce094510f.tar.gz
Replace missing "^" with "e"
Signed-off-by: Chuck McCallum <mccallucc+github@gmail.com>
-rw-r--r--docker/models/containers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/models/containers.py b/docker/models/containers.py
index 5e2aa88..08f63ed 100644
--- a/docker/models/containers.py
+++ b/docker/models/containers.py
@@ -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