summaryrefslogtreecommitdiff
path: root/tests/test_37_entity_categories.py
diff options
context:
space:
mode:
authorHank Leininger <hlein@korelogic.com>2014-04-02 04:13:34 -0400
committerHank Leininger <hlein@korelogic.com>2014-04-02 04:13:34 -0400
commit8649822e0854a899412de72c124349ffa74667dd (patch)
treed7ba0a8b2d4932e1293fd64759c546b68a8c4e6f /tests/test_37_entity_categories.py
parent148aa094a3419c624d535ab317c3595479439c80 (diff)
downloadpysaml2-8649822e0854a899412de72c124349ffa74667dd.tar.gz
Various spelling/grammar tweaks and typo fixes.
Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
Diffstat (limited to 'tests/test_37_entity_categories.py')
-rw-r--r--tests/test_37_entity_categories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_37_entity_categories.py b/tests/test_37_entity_categories.py
index e62118bc..80228e8f 100644
--- a/tests/test_37_entity_categories.py
+++ b/tests/test_37_entity_categories.py
@@ -164,4 +164,4 @@ def test_idp_policy_filter():
assert ava.keys() == ["eduPersonTargetedID"] # because no entity category
if __name__ == "__main__":
- test_idp_policy_filter() \ No newline at end of file
+ test_idp_policy_filter()