Skip to content

Commit

Permalink
Merge pull request #68 from asottile/typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
dnephin committed Dec 2, 2014
2 parents 6176d15 + 2c804d8 commit 93bd0f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions staticconf/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

class MockConfiguration(object):
"""A a context manager which patches the configuration namespace
while inside the context. When the context exits the onld configuration
values willb e restored to that namespace.
while inside the context. When the context exits the old configuration
values will be restored to that namespace.
.. code-block:: python
Expand All @@ -25,7 +25,7 @@ class MockConfiguration(object):
:param flatten: if True the configuration will be flattened (default True)
:param args: passed directly to the constructor of :class:`dict` and used
as configuration data
:param kwargs: passed directly to the consutrcotr of :class:`dict` and used
:param kwargs: passed directly to the constructor of :class:`dict` and used
as configuration data
"""

Expand Down

0 comments on commit 93bd0f1

Please sign in to comment.