Browse Source

More typo fixes

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
7c9303b750
  1. 4
      docs/becomingbig.rst

4
docs/becomingbig.rst

@ -33,12 +33,12 @@ scale applications:
also requires that the whole application is imported when the system also requires that the whole application is imported when the system
initializes or certain URLs will not be available right away. A initializes or certain URLs will not be available right away. A
better solution would be to have one module with all URLs in there and better solution would be to have one module with all URLs in there and
specifing the target functions explictly or by name and importing specifing the target functions explicitly or by name and importing
them when needed. them when needed.
- switch to explicit request object passing. This makes it more to type - switch to explicit request object passing. This makes it more to type
(because you now have something to pass around) but it makes it a (because you now have something to pass around) but it makes it a
whole lot easier to debug hairy situations and to test the code. whole lot easier to debug hairy situations and to test the code.
- integrate the `Babel`_ i18n package or `SQLAlchemy`_ directl into the - integrate the `Babel`_ i18n package or `SQLAlchemy`_ directly into the
core framework. core framework.
.. _Babel: http://babel.edgewall.org/ .. _Babel: http://babel.edgewall.org/

Loading…
Cancel
Save