Skip to content

Commit

Permalink
fix(docs): minor syntax type in faq.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 18, 2016
1 parent af8a7f1 commit 3d526ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Can I use ``pook`` with a custom HTTP traffic mock interceptor engine?
Yes, you can. ``pook`` is very modular and open for extensibility.

You can programmatically define the HTTP traffic mock engine you want to use via
`pook.set_mock_engine(engine)``. This will replace the built-in one.
``pook.set_mock_engine(engine)``. This will replace the built-in one.

This can be particularly useful if you are already using another HTTP mocking
engine that satisfy your needs, but you want to take benefit of ``pook``
Expand Down

0 comments on commit 3d526ef

Please sign in to comment.