Skip to content

Commit

Permalink
Merge pull request webpy#26 from shish/patch-1
Browse files Browse the repository at this point in the history
Grammar correction in cookbook/query.md
  • Loading branch information
aaronsw committed May 22, 2012
2 parents 851990f + 1e3f521 commit c5dd759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/query.md
Expand Up @@ -11,7 +11,7 @@ You want to perform advanced SQL statements like joins or counts.

### Solution

webpy doesn't try to build layers between you and your database. Rather, it tries to make it easy to common tasks, and get out of your way when you need to do more advanced topics. Performing advanced database queries is no different. For example:
webpy doesn't try to build layers between you and your database. Rather, it tries to make it easy to perform common tasks, and get out of your way when you need to do more advanced things. Performing advanced database queries is no different. For example:

import web

Expand Down

0 comments on commit c5dd759

Please sign in to comment.