Standardize all "Prints" comments in documentation
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
if error == OK:
|
||||
var data_received = json.data
|
||||
if typeof(data_received) == TYPE_ARRAY:
|
||||
print(data_received) # Prints array
|
||||
print(data_received) # Prints the array.
|
||||
else:
|
||||
print("Unexpected data")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user