From af3f6fed561f6939d5272c722c62a92754bcda7a Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 26 Jan 2023 11:57:05 +0800 Subject: [PATCH] Fix typos Found via `codespell -L keep-alives` Co-authored-by: Milas Bowman --- .github/workflows/release.yml | 2 +- docker/api/container.py | 2 +- docs/change-log.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c6358a2..6b9999eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: python-version: '3.x' - - name: Generate Pacakge + - name: Generate Package run: | pip3 install wheel python setup.py sdist bdist_wheel diff --git a/docker/api/container.py b/docker/api/container.py index ce483710..3a2eeeb7 100644 --- a/docker/api/container.py +++ b/docker/api/container.py @@ -541,7 +541,7 @@ class ContainerApiMixin: unlimited. port_bindings (dict): See :py:meth:`create_container` for more information. - Imcompatible with ``host`` in ``network_mode``. + Incompatible with ``host`` in ``network_mode``. privileged (bool): Give extended privileges to this container. publish_all_ports (bool): Publish all ports to the host. read_only (bool): Mount the container's root filesystem as read diff --git a/docs/change-log.md b/docs/change-log.md index 5927728b..3403f97d 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -131,7 +131,7 @@ Changelog [List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/69?closed=1) ### Bugfixes -- Avoid setting unsuported parameter for subprocess.Popen on Windows +- Avoid setting unsupported parameter for subprocess.Popen on Windows - Replace use of deprecated "filter" argument on ""docker/api/image" 4.4.0 @@ -1325,7 +1325,7 @@ like the others ### Features -* Added support for cusom IPAM configuration in `Client.create_network` +* Added support for custom IPAM configuration in `Client.create_network` * Added input support to `Client.exec_create` * Added support for `stop_signal` in `Client.create_host_config` * Added support for custom HTTP headers in Docker config file. @@ -1781,7 +1781,7 @@ like the others * Added the `execute` command. * Added `pause` and `unpause` commands. -* Added support fo the `cpuset` param in `create_container` +* Added support for the `cpuset` param in `create_container` * Added support for host devices (`devices` param in `start`) * Added support for the `tail` param in `logs`. * Added support for the `filters` param in `images` and `containers`