Skip to content

Commit 33f283a

Browse files
authored
Merge pull request #98 from morenoh149/patch-2
fix typo
2 parents 224d40c + a089574 commit 33f283a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ In the above example, the 'get_options' method will be called to populate the re
237237
A more complex and detailed example
238238
-----------------------------------
239239

240-
In this example we want to display more informations about the album:
240+
In this example we want to display more information about the album:
241241

242242
- the album artist name (``Album.artist`` is a foreignkey to ``Artist`` model)
243243
- the genres (``Album.genres`` is a many to many relation with ``Genre`` model)

0 commit comments

Comments
 (0)