Unverified Kaydet (Commit) 24bd5d8e authored tarafından mccalluc's avatar mccalluc Kaydeden (comit) GitHub

Replace missing "^" with "e"

Signed-off-by: 's avatarChuck McCallum <mccallucc+github@gmail.com>
üst 9e2148dc
...@@ -557,7 +557,7 @@ class ContainerCollection(Collection): ...@@ -557,7 +557,7 @@ class ContainerCollection(Collection):
item in the list is expected to be a item in the list is expected to be a
:py:class:`docker.types.Mount` object. :py:class:`docker.types.Mount` object.
name (str): The name for this container. 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 network (str): Name of the network this container will be connected
to at creation time. You can connect to additional networks to at creation time. You can connect to additional networks
using :py:meth:`Network.connect`. Incompatible with using :py:meth:`Network.connect`. Incompatible with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment