summaryrefslogtreecommitdiff
path: root/oslo_db
diff options
context:
space:
mode:
authordineshbhor <dinesh.bhor@nttdata.com>2016-03-22 06:54:43 +0000
committerdineshbhor <dinesh.bhor@nttdata.com>2016-03-22 06:54:43 +0000
commit4048c8f2c2d01df4dc90d690f43e5fc7b1c4828b (patch)
tree5e0435102bbc73fe19aec74808404c2aab9622b8 /oslo_db
parentf98cb90f2b06e367db6bedeb3581bbae7ab759e5 (diff)
downloadoslo-db-4048c8f2c2d01df4dc90d690f43e5fc7b1c4828b.tar.gz
Fix spelling mistake
TrivialFix Change-Id: I2750a01ef0f65f067edf1fdad378c97dd5bcd018
Diffstat (limited to 'oslo_db')
-rw-r--r--oslo_db/sqlalchemy/enginefacade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_db/sqlalchemy/enginefacade.py b/oslo_db/sqlalchemy/enginefacade.py
index d80ff05..f337cff 100644
--- a/oslo_db/sqlalchemy/enginefacade.py
+++ b/oslo_db/sqlalchemy/enginefacade.py
@@ -1012,7 +1012,7 @@ class LegacyEngineFacade(object):
(defaults to False)
:type use_slave: bool
- Keyword arugments will be passed to a sessionmaker instance as is (if
+ Keyword arguments will be passed to a sessionmaker instance as is (if
passed, they will override the ones used when the sessionmaker instance
was created). See SQLAlchemy Session docs for details.