Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Fix syntax error in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Nordhausen committed Nov 5, 2015
1 parent 6f77e44 commit ece239a
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 @@ -39,7 +39,7 @@ To configure which commands should be mocked (and how), use a dictionary like th
.. code-block:: python
commands_to_mock = {
'saynay': 'Nay sayers say nay.'
'saynay': 'Nay sayers say nay.',
'jonny': {
(): "walker",
"foo": "bar",
Expand Down

0 comments on commit ece239a

Please sign in to comment.