Skip to content

Commit 6dcb780

Browse files
committed
Update pydoc
1 parent b3ac1cd commit 6dcb780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Kathara/manager/docker/exec_stream/DockerExecStream.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class DockerExecStream(IExecStream):
10-
"""Docker-specific class for handling the commands stream exec
10+
"""Docker-specific class for handling the commands stream exec.
1111
1212
Attributes:
1313
_stream (Generator): The generator yielding the output of the stream exec.

src/Kathara/manager/kubernetes/exec_stream/KubernetesExecStream.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class KubernetesExecStream(IExecStream):
7-
"""Kubernetes-specific class for handling the commands stream exec
7+
"""Kubernetes-specific class for handling the commands stream exec.
88
99
Attributes:
1010
_stream (Generator): The generator yielding the output of the stream exec.

0 commit comments

Comments
 (0)