We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ac1cd commit 6dcb780Copy full SHA for 6dcb780
src/Kathara/manager/docker/exec_stream/DockerExecStream.py
@@ -7,7 +7,7 @@
7
8
9
class DockerExecStream(IExecStream):
10
- """Docker-specific class for handling the commands stream exec
+ """Docker-specific class for handling the commands stream exec.
11
12
Attributes:
13
_stream (Generator): The generator yielding the output of the stream exec.
src/Kathara/manager/kubernetes/exec_stream/KubernetesExecStream.py
@@ -4,7 +4,7 @@
4
5
6
class KubernetesExecStream(IExecStream):
- """Kubernetes-specific class for handling the commands stream exec
+ """Kubernetes-specific class for handling the commands stream exec.
0 commit comments