diff options
author | Evan Taylor Yates <evantayloryates@gmail.com> | 2020-10-03 17:04:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 17:04:44 -0700 |
commit | c6eca2271770308bac2747f0c32030ffaf8d7747 (patch) | |
tree | b599ea94dc658e75cc60b16962eba0a7543821b8 /lib/sqlalchemy/dialects/postgresql/asyncpg.py | |
parent | 7bb9ea911cb2e573696a91392a6a08161950ac9f (diff) | |
download | sqlalchemy-c6eca2271770308bac2747f0c32030ffaf8d7747.tar.gz |
Add parens around unmarked clause
I'm not 100% sure what this sentence is saying, but I'm pretty sure it needs either commas or parentheses to break it up a little. I think parens make the most sense in this case assuming I am reading it correctly. Here's the original sentence and proposed edit in plaintext:
ORIG
"...persistent objects which were removed from a collection or in some cases a scalar attribute may also be pulled into the Session of a parent object;..."
EDIT
"...persistent objects which were removed from a collection (or in some cases a scalar attribute) may also be pulled into the Session of a parent object;..."
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/asyncpg.py')
0 files changed, 0 insertions, 0 deletions