diff --git a/docs/quickstart.rst b/docs/quickstart.rst index f4682ad..aa8a00e 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -75,7 +75,7 @@ statement:: with dataset.connect() as tx: tx['user'].insert(dict(name='John Doe', age=46, country='China')) -You can get same functionality by invocing the methods :py:meth:`begin() `, +You can get same functionality by invoking the methods :py:meth:`begin() `, :py:meth:`commit() ` and :py:meth:`rollback() ` explicitly::