Skip to content
Snippets Groups Projects
Commit 37003c89 authored by Leonardo Donelli's avatar Leonardo Donelli Committed by Martin Trigaux
Browse files

[FIX] sql_db: typo in exception message

Closes #20315
parent 7bd8f9a5
Branches
Tags
No related merge requests found
......@@ -614,7 +614,7 @@ class ConnectionPool(object):
cnx.close()
break
else:
raise PoolError('This connection does not below to the pool')
raise PoolError('This connection does not belong to the pool')
@locked
def close_all(self, dsn=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment