diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-30 17:31:00 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-30 17:31:00 -0500 |
| commit | d80ee72aaa4b7f8a23e1bd55515b8446a951a5f0 (patch) | |
| tree | 3ec274acb8bc8826864da2c5cd3d381bdb7ce2e0 /test | |
| parent | 31886aff29b1da8639bcf4ae8b9edc81c4713654 (diff) | |
| download | sqlalchemy-d80ee72aaa4b7f8a23e1bd55515b8446a951a5f0.tar.gz | |
- the pronoun removal commit. there was only one instance of a
standalone gendered pronoun with a gender-neutral subject, but also
have replaced all occurences of "his/her", "his or her", etc. The docs have always
strived to account for both genders in any non-specific singular pronoun,
however recent controversy in the community suggests
that a zero-gendered-pronoun policy is probably best going forward.
Diffstat (limited to 'test')
| -rw-r--r-- | test/orm/test_assorted_eager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/orm/test_assorted_eager.py b/test/orm/test_assorted_eager.py index 16747bd67..09c8ea732 100644 --- a/test/orm/test_assorted_eager.py +++ b/test/orm/test_assorted_eager.py @@ -120,8 +120,8 @@ class EagerTest(fixtures.MappedTest): self.tables.categories) # I want to display a list of tests owned by owner 1 - # if someoption is false or he hasn't specified it yet (null) - # but not if he set it to true (example someoption is for hiding) + # if someoption is false or they haven't specified it yet (null) + # but not if they set it to true (example someoption is for hiding) # desired output for owner 1 # test_id, cat_name |
