diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-07-29 10:24:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-29 10:24:00 +0200 |
commit | 415170ae26977c25b54b522c70b6d043164385a3 (patch) | |
tree | d9c707217cf1c4863735652a55ed420f168bc1e2 | |
parent | 35d16a4bcaddd7c249dc44b94be60e34ed476415 (diff) | |
parent | 92daeeb0265d53bf328713bb30a0063ab67b62c9 (diff) | |
download | mitmproxy-415170ae26977c25b54b522c70b6d043164385a3.tar.gz mitmproxy-415170ae26977c25b54b522c70b6d043164385a3.tar.bz2 mitmproxy-415170ae26977c25b54b522c70b6d043164385a3.zip |
Merge pull request #2478 from pauloromeira/fix-typo
docs: Fix typo
-rw-r--r-- | docs/pathod/intro.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pathod/intro.rst b/docs/pathod/intro.rst index bf0c531f..1c1ad60e 100644 --- a/docs/pathod/intro.rst +++ b/docs/pathod/intro.rst @@ -3,6 +3,7 @@ Pathology 101 ============= +.. _pathod: pathod ------ @@ -83,15 +84,14 @@ distinguish them from crafted responses. For example, a request to: .. _pathoc: - pathoc ------ Pathoc is a perverse HTTP daemon designed to let you craft almost any conceivable HTTP request, including ones that creatively violate the standards. HTTP requests are specified using a :ref:`small, terse language <language>`, -which pathod shares with its server-side twin pathod. To view pathoc's complete -range of options, use the command-line help: +which pathoc shares with its server-side twin :ref:`pathod`. To view pathoc's +complete range of options, use the command-line help: >>> pathoc --help |