Skip to content

Commit 9956cd5

Browse files
committed
Update README.md
Grammar.
1 parent bf0b077 commit 9956cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you'd like more control over pagination, or to limit the number of resources
5858
print students.next()
5959
```
6060

61-
The `retrieve` class method takes in a Clever ID, and returns a specific resource. The object (or list of objects in the case of `all`) supports accessing properties using either dot notation or dictionary notation:
61+
The `retrieve` class method takes in a Clever ID and returns a specific resource. The object (or list of objects in the case of `all`) supports accessing properties using either dot notation or dictionary notation:
6262

6363
```python
6464
demo_school = clever.School.retrieve("4fee004cca2e43cf27000001")

0 commit comments

Comments
 (0)