Skip to content

Commit f993c45

Browse files
author
Bram Ceulemans
committed
fix: typo in pydoc
1 parent f6404a5 commit f993c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def is_swarm_manager(client: DockerClient) -> bool:
6060
6161
:param client: DockerClient
6262
:rtype: bool
63-
:return: true if Docker Engine is in Swarm mode, else falses
63+
:return: true if Docker Engine is in Swarm mode, else false
6464
"""
6565
info = client.info()
6666
swarm = info['Swarm']

0 commit comments

Comments
 (0)