Skip to content

Commit 24aa6f5

Browse files
committed
Seems to sound better like this
1 parent c143437 commit 24aa6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_orm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this chapter you'll learn how Django connects to the database and stores data
77

88
A QuerySet is, in essence, a list of objects of a given Model. QuerySets allow you to read the data from the database, filter it and order it.
99

10-
It's easiest to learn by example. Let's try this, shall we?
10+
It's easier to learn by example. Let's try this, shall we?
1111

1212

1313
## Django shell

0 commit comments

Comments
 (0)