doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-02-19 09:55:47 +01:00
parent c72b05e851
commit 28bb2806f1
7 changed files with 133 additions and 133 deletions

View File

@ -45,7 +45,7 @@
if !connected:
# Try to contact server
udp.put_packet("The answer is... 42!".to_utf8())
if udp.get_available_packet_count() > 0:
if udp.get_available_packet_count() > 0:
print("Connected: %s" % udp.get_packet().get_string_from_utf8())
connected = true
[/codeblock]