Skip to content

Commit

Permalink
Merge pull request #14 from agiliq/Chapter8module4edit
Browse files Browse the repository at this point in the history
framed sentence
  • Loading branch information
shabda committed Feb 23, 2018
2 parents 8a74bf9 + 440b174 commit f5e8223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You have a database view, created as this::
select 10000+id as id, name from entities_villain


It has all the names from :code:`Hero` and :code:`Villain`. The id for Villain ae set :code:`10000+id as id`
It has all the names from :code:`Hero` and :code:`Villain`. The id's for Villain are set to :code:`10000+id as id`
because we don't indent to cross 10000 Heroes::

sqlite> select * from entities_entity;
Expand Down

0 comments on commit f5e8223

Please sign in to comment.