Skip to content

Commit

Permalink
Merge pull request #109 from hristog/typofixes
Browse files Browse the repository at this point in the history
This PR fixes a couple of typos in the documentation
  • Loading branch information
mahmoud committed Oct 21, 2019
2 parents 5d34cc9 + bc104aa commit 0e9c98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ other standard Python exceptions as appropriate.
Debugging
---------

Even the most carefully-constructed specfications eventually need
Even the most carefully-constructed specifications eventually need
debugging. If the error message isn't enough to fix your glom issues,
that's where **Inspect** comes in.

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Making a Specifier Type
-----------------------

Any object instance with a ``glomit`` method can participate in a glom
call. By way of example, here is a programming cliche implemented as a
call. By way of example, here is a programming cliché implemented as a
glom extension type, with comments referencing notes below.

.. code::
Expand Down

0 comments on commit 0e9c98f

Please sign in to comment.