Skip to content

Commit d4dbe1f

Browse files
authored
fixed typo
1 parent 2164bc2 commit d4dbe1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/KCube/KST101/kst101_pythonnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""An example that uses the .NET Kinesis Libraries to connect to a KDC."""
1+
"""An example that uses the .NET Kinesis Libraries to connect to a KST."""
22
import os
33
import time
44
import sys
@@ -75,4 +75,4 @@ def main():
7575

7676

7777
if __name__ == "__main__":
78-
main()
78+
main()

0 commit comments

Comments
 (0)