diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-23 14:36:58 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-23 14:36:58 +0200 |
| commit | 931e342400ffe7cc0be65e3b27d2a0997b751b26 (patch) | |
| tree | a1b08e440e49caecdae3f92ca3a6967322b8ce6d /src | |
| parent | 3f8d4b465d0a371f9c68912b53cea140461ef0b7 (diff) | |
db_controller: spell out the word transaction in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/db_controller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/db_controller.py b/src/server/db_controller.py index ebb197da..3c44be74 100644 --- a/src/server/db_controller.py +++ b/src/server/db_controller.py @@ -18,7 +18,7 @@ log = logging.getLogger('rhizi') class DB_op(object): """ - tx wrapped DB operation possibly composing multiple DB queries + Transaction (tx) wrapped DB operation possibly composing multiple DB queries """ def __init__(self): self.statement_set = [] |
