Skip to content

Commit 24bd5d8

Browse files
authored
Replace missing "^" with "e"
Signed-off-by: Chuck McCallum <[email protected]>
1 parent 9e2148d commit 24bd5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/models/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def run(self, image, command=None, stdout=True, stderr=False,
557557
item in the list is expected to be a
558558
:py:class:`docker.types.Mount` object.
559559
name (str): The name for this container.
560-
nano_cpus (int): CPU quota in units of 10-9 CPUs.
560+
nano_cpus (int): CPU quota in units of 1e-9 CPUs.
561561
network (str): Name of the network this container will be connected
562562
to at creation time. You can connect to additional networks
563563
using :py:meth:`Network.connect`. Incompatible with

0 commit comments

Comments
 (0)