Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 26ec219

Browse files
committed
typos
1 parent 5ba55d1 commit 26ec219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contain the root `toctree` directive.
55
66
SQLAlchemy-SQLSchema
7-
================================================
7+
====================
88

99
.. toctree::
1010
:maxdepth: 2
@@ -116,11 +116,11 @@ are using Flask and Flask-Login to get access to the ``current_user``:
116116
117117
118118
In the example above, the table of ``MyModel`` needs to exist in the selected
119-
schema otherwise the query will fail. Settng the schema also means that the
119+
schema otherwise the query will fail. Setting the schema also means that the
120120
user is "locked" in that schema and cannot see any other tables in
121121
different schemas.
122122

123-
The above can be achienved more succinctly with a decorator:
123+
The above can be achieved more succinctly with a decorator:
124124

125125
.. code-block:: python
126126

0 commit comments

Comments
 (0)