Skip to content

Commit af3f6fe

Browse files
kianmengmilas
andcommitted
Fix typos
Found via `codespell -L keep-alives` Co-authored-by: Milas Bowman <milas.bowman@docker.com>
1 parent 34e6829 commit af3f6fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: '3.x'
2424

25-
- name: Generate Pacakge
25+
- name: Generate Package
2626
run: |
2727
pip3 install wheel
2828
python setup.py sdist bdist_wheel

docker/api/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def create_host_config(self, *args, **kwargs):
541541
unlimited.
542542
port_bindings (dict): See :py:meth:`create_container`
543543
for more information.
544-
Imcompatible with ``host`` in ``network_mode``.
544+
Incompatible with ``host`` in ``network_mode``.
545545
privileged (bool): Give extended privileges to this container.
546546
publish_all_ports (bool): Publish all ports to the host.
547547
read_only (bool): Mount the container's root filesystem as read

docs/change-log.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Changelog
131131
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/69?closed=1)
132132

133133
### Bugfixes
134-
- Avoid setting unsuported parameter for subprocess.Popen on Windows
134+
- Avoid setting unsupported parameter for subprocess.Popen on Windows
135135
- Replace use of deprecated "filter" argument on ""docker/api/image"
136136

137137
4.4.0
@@ -1325,7 +1325,7 @@ like the others
13251325

13261326
### Features
13271327

1328-
* Added support for cusom IPAM configuration in `Client.create_network`
1328+
* Added support for custom IPAM configuration in `Client.create_network`
13291329
* Added input support to `Client.exec_create`
13301330
* Added support for `stop_signal` in `Client.create_host_config`
13311331
* Added support for custom HTTP headers in Docker config file.
@@ -1781,7 +1781,7 @@ like the others
17811781

17821782
* Added the `execute` command.
17831783
* Added `pause` and `unpause` commands.
1784-
* Added support fo the `cpuset` param in `create_container`
1784+
* Added support for the `cpuset` param in `create_container`
17851785
* Added support for host devices (`devices` param in `start`)
17861786
* Added support for the `tail` param in `logs`.
17871787
* Added support for the `filters` param in `images` and `containers`

0 commit comments

Comments
 (0)