Skip to content

Commit 4c59ad8

Browse files
committed
fix typos
1 parent 92dd457 commit 4c59ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gino/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ class Gino(sa.MetaData):
248248
metadata.bind = 'postgresql://...'
249249
250250
While in GINO this only sets a string to :attr:`~.Gino.bind`, because
251-
creating an engine requires ``await``, which is excatly what
251+
creating an engine requires ``await``, which is exactly what
252252
:meth:`~.Gino.set_bind` does.
253253
254-
At last, :class:`Gino` delegated all query APIs on the bound
254+
At last, :class:`Gino` delegates all query APIs on the bound
255255
:class:`~.engine.GinoEngine`.
256256
257257
"""

0 commit comments

Comments
 (0)