Skip to content

Commit 8241ee1

Browse files
authored
Update comment with the right func name
1 parent 2354daa commit 8241ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello_world/src/Algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def apply(input):
1313
# This turns your library code into an algorithm that can run on the platform.
1414
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
1515
algorithm = ADK(apply)
16-
# The 'serve()' function actually starts the algorithm, you can follow along in the source code
16+
# The 'init()' function actually starts the algorithm, you can follow along in the source code
1717
# to see how everything works.
1818
algorithm.init("Algorithmia")

0 commit comments

Comments
 (0)