Skip to content

Commit bc0bf35

Browse files
MarkOatesiMichka
authored andcommitted
Fix simple typo in example.py comment
Cherry-picked from develop branch
1 parent a7d0a2a commit bc0bf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/variables/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ns = global_namespace.namespace("ns")
2323

2424
# The variables() method will return a list of variables.
25-
# We know that he c variable is the third one in the list:
25+
# We know that the c variable is the third one in the list:
2626
c = ns.variables()[2]
2727
print("My name is: " + c.name)
2828
print("My type is: " + str(c.type))

0 commit comments

Comments
 (0)