Skip to content

Commit

Permalink
Cleaning up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 7, 2012
1 parent 0e53593 commit 35a8464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/peewee/upgrading.rst
Expand Up @@ -132,7 +132,7 @@ The 2.0 API is hopefully more consistent. Selections, groupings, functions, joi
and orderings all pretty much conform to the same API. Likewise, where and having
clauses are handled the same way (in 1.0 the having clause is simply a raw string).
The new ``fn`` object actually is a wrapper -- whatever appears to the right of the
dot (i.e. "fn.**Lower**") -- is treated as a function that can take any arbitrary
dot (i.e. fn.*Lower*) -- is treated as a function that can take any arbitrary
parameters.

If you're feeling froggy and want to get coding, you might want to check out:
Expand Down

0 comments on commit 35a8464

Please sign in to comment.