We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b97d73 commit 6d94390Copy full SHA for 6d94390
1 file changed
django_orm/README.md
@@ -72,7 +72,7 @@ Cool! Let's get an instance of the user now:
72
73
user = User.objects.get(username='ola')
74
75
-As you can see, we know `get` a `User` with a `username` that equals to 'ola'. Neat! Of course, you have to adjust it to your username.
+As you can see, we now `get` a `User` with a `username` that equals to 'ola'. Neat! Of course, you have to adjust it to your username.
76
77
Now we can finally create our first post:
78
0 commit comments