Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbw committed Mar 11, 2018
1 parent 4d61df0 commit 7d3d889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Working examples can be found `here <https://github.com/rbw0/flask-journey/tree/
Quick taste
-----------

This shows a simple example of Journey's BlueprintBundle component.
Simple example of ``Journey`` and ``BlueprintBundle``

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Regular marshmallow type schemas:
from flask_journey import route
from db import create_user, get_user
from .schema import UserSchema
from .schemas import UserSchema, QuerySchema
bp = Blueprint('users', __name__)
Expand Down

0 comments on commit 7d3d889

Please sign in to comment.