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 2354daa commit 8241ee1Copy full SHA for 8241ee1
examples/hello_world/src/Algorithm.py
@@ -13,6 +13,6 @@ def apply(input):
13
# This turns your library code into an algorithm that can run on the platform.
14
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
15
algorithm = ADK(apply)
16
-# The 'serve()' function actually starts the algorithm, you can follow along in the source code
+# The 'init()' function actually starts the algorithm, you can follow along in the source code
17
# to see how everything works.
18
algorithm.init("Algorithmia")
0 commit comments