Skip to content

Commit

Permalink
More cleanup of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Dec 20, 2011
1 parent 29337cc commit 6f79ff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyconAU2011/pyramid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Traversal
View Predicates
===============

.. note:: TODO - Look this up later cause I missed it. :P
All described here: http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/zcml/view.html

Security
=========
Expand Down
4 changes: 3 additions & 1 deletion PyconAU2011/zen_of_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ Sometimes the rules need to be broken:
>>> print(Two(1))
2

A better example is circular imports. TODO - Add example
A better example is circular imports.

* http://stackoverflow.com/questions/3955790/python-circular-imports-once-again-aka-whats-wrong-with-this-design#3956038

Errors should never pass silently
===================================
Expand Down

0 comments on commit 6f79ff0

Please sign in to comment.