Skip to content

Commit

Permalink
Fixed a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemaweyan committed Aug 10, 2017
1 parent d319113 commit 3c2259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wraps a class with inner wrapper function like this:
return wrapper
it works fine with your classes, but it makes impossible a direct access
to the class object within the wrapper function. So you cannot call methods
to the class object wrapped with the decorator. So you cannot call methods
using a class name in unit tests:

.. code-block::
Expand Down

0 comments on commit 3c2259e

Please sign in to comment.