Skip to content

Commit 7c5ce44

Browse files
authored
Merge pull request #340 from antonmosich/typos
Fix typos in docstrings
2 parents cf05132 + 1913ed6 commit 7c5ce44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Module to make it possible to import the test folder as a python package and
2-
hence make it possible to run all unittests from the top level direcotry with
2+
hence make it possible to run all unittests from the top level directory with
33
44
python -m unittest [discover]
55
"""

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def TestYAMLEditable(**kwargs):
3939

4040

4141
def TestContact(**kwargs):
42-
"""Create a siple Contact for tests."""
42+
"""Create a simple Contact for tests."""
4343
return contacts.Contact(vCard(**kwargs), None, None)
4444

4545

0 commit comments

Comments
 (0)