We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dd457 commit 4c59ad8Copy full SHA for 4c59ad8
gino/api.py
@@ -248,10 +248,10 @@ class Gino(sa.MetaData):
248
metadata.bind = 'postgresql://...'
249
250
While in GINO this only sets a string to :attr:`~.Gino.bind`, because
251
- creating an engine requires ``await``, which is excatly what
+ creating an engine requires ``await``, which is exactly what
252
:meth:`~.Gino.set_bind` does.
253
254
- At last, :class:`Gino` delegated all query APIs on the bound
+ At last, :class:`Gino` delegates all query APIs on the bound
255
:class:`~.engine.GinoEngine`.
256
257
"""
0 commit comments