We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7806582 + 813e78d commit ce1b4bbCopy full SHA for ce1b4bb
examples/simple.py
@@ -28,5 +28,5 @@
28
29
# Finally read the most revent value from feed 'Foo'.
30
data = aio.receive('Foo')
31
-print('Retrieved value from Test has attributes: {0}'.format(data))
32
-print('Latest value from Test: {0}'.format(data.value))
+print('Retrieved value from Foo has attributes: {0}'.format(data))
+print('Latest value from Foo: {0}'.format(data.value))
0 commit comments