We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2164bc2 commit d4dbe1fCopy full SHA for d4dbe1f
Python/KCube/KST101/kst101_pythonnet.py
@@ -1,4 +1,4 @@
1
-"""An example that uses the .NET Kinesis Libraries to connect to a KDC."""
+"""An example that uses the .NET Kinesis Libraries to connect to a KST."""
2
import os
3
import time
4
import sys
@@ -75,4 +75,4 @@ def main():
75
76
77
if __name__ == "__main__":
78
- main()
+ main()
0 commit comments