Skip to content

Commit

Permalink
Merge pull request #2131 from stevepiercy/feature/alchemy-scaffold-up…
Browse files Browse the repository at this point in the history
…date

minor changes to narrative flow
  • Loading branch information
stevepiercy committed Nov 14, 2015
2 parents cad9db7 + 2f68647 commit d317187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/wiki2/basiclayout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When you invoke the ``pserve development.ini`` command, the ``main`` function
above is executed. It accepts some settings and returns a :term:`WSGI`
application. (See :ref:`startup_chapter` for more about ``pserve``.)

The next step of ``main`` is to construct a :term:`Configurator` object:
Next in ``main``, construct a :term:`Configurator` object:

.. literalinclude:: src/basiclayout/tutorial/__init__.py
:lines: 7
Expand Down Expand Up @@ -279,8 +279,8 @@ The ``MyModel`` class has a ``__tablename__`` attribute. This informs
SQLAlchemy which table to use to store the data representing instances of this
class.

The Index import and the Index object creation is not required for this
tutorial, and will be removed in the next step.

That's about all there is to it regarding models, views, and initialization
code in our stock application.

The Index import and the Index object creation is not required for this
tutorial, and will be removed in the next step.

0 comments on commit d317187

Please sign in to comment.