Skip to content

Commit b5eb9e4

Browse files
committed
remove extra 'the'
1 parent 39cef2c commit b5eb9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ aio.delete_feed('Test')
235235
### Data
236236

237237
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
238+
delete data. There are also a few convenient methods for sending data to feeds
239239
and selecting certain pieces of data.
240240

241241
#### Data Creation
@@ -371,7 +371,7 @@ print('Data value: {0}'.format(data.value))
371371

372372
##### Previous
373373

374-
You can get the the last record that has been processed (read) by using the
374+
You can get the last record that has been processed (read) by using the
375375
`receive_previous(feed)` method.
376376

377377
```python

0 commit comments

Comments
 (0)