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.
1 parent 39cef2c commit b5eb9e4Copy full SHA for b5eb9e4
README.md
@@ -235,7 +235,7 @@ aio.delete_feed('Test')
235
### Data
236
237
Data represents the data contained in feeds. You can read, add, modify, and
238
-delete data. There are also a few convienient methods for sending data to feeds
+delete data. There are also a few convenient methods for sending data to feeds
239
and selecting certain pieces of data.
240
241
#### Data Creation
@@ -371,7 +371,7 @@ print('Data value: {0}'.format(data.value))
371
372
##### Previous
373
374
-You can get the the last record that has been processed (read) by using the
+You can get the last record that has been processed (read) by using the
375
`receive_previous(feed)` method.
376
377
```python
0 commit comments