Skip to content

Commit 0b40fef

Browse files
committed
Comments in CPython_to_GH.py example
1 parent 0f90d5d commit 0b40fef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ghpythonremote/examples/CPython_to_GH.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@
5555
# Call a GH component
5656
print(sum(rghcomp.Area(gh_curves)[0]))
5757
# Call a GH user object, previously created with the name "TestClusterGHPR"
58-
print(rghuo.TestClusterGHPR(3, y=4))
58+
# returns x^2 + y + 2
59+
print(rghuo.TestClusterGHPR(3, y=4)) # = 15

0 commit comments

Comments
 (0)