Skip to content

Commit

Permalink
Speling
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Aug 17, 2018
1 parent 2165d10 commit 8660bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ regular pytest fixture::
# DB connection that wraps each test in a transaction and rolls it
# back afterwards
@pytest.fixture
async def rolback_db_connection():
async def rollback_db_connection():
# Setup code
connection = await some_async_db_library.connect(...)
await connection.execute("START TRANSACTION")
Expand Down

0 comments on commit 8660bb2

Please sign in to comment.