Skip to content

Commit 813e78d

Browse files
authored
replace Test with Foo in the print output for read data from feed Foo
1 parent 4d092e7 commit 813e78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828

2929
# Finally read the most revent value from feed 'Foo'.
3030
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))
31+
print('Retrieved value from Foo has attributes: {0}'.format(data))
32+
print('Latest value from Foo: {0}'.format(data.value))

0 commit comments

Comments
 (0)