summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-02-04 15:37:28 -0800
committerTres Seaver <tseaver@palladion.com>2013-02-04 15:37:28 -0800
commit24b19ceb91bef4b517b85c5e2a61df6c79d6a488 (patch)
treeeab88c0632d8822910ed5afc44a33b738df32954 /docs
parent5483a8f0b36c0a0c3bcc90c33f6523d41f0942d9 (diff)
parent37da2cf374792b2ab12ae39be6994540c9dfe623 (diff)
downloadpyramid-24b19ceb91bef4b517b85c5e2a61df6c79d6a488.tar.gz
pyramid-24b19ceb91bef4b517b85c5e2a61df6c79d6a488.tar.bz2
pyramid-24b19ceb91bef4b517b85c5e2a61df6c79d6a488.zip
Merge pull request #847 from msabramo/docs_narr_project
narr/project.rst: Correct IP address 129.168.1.50 -> 192.168.1.50
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index fb62f4bd2..5a8ea0ecf 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -297,7 +297,7 @@ For example, your system might be configured to have an external IP address
``192.168.1.50``. If that's the case, if you use a browser running on the
same system as Pyramid, it will be able to access the application via
``http://127.0.0.1:6543/`` as well as via
-``http://129.168.1.50:6543/``. However, *other people* on other computers on
+``http://192.168.1.50:6543/``. However, *other people* on other computers on
the same network will also be able to visit your Pyramid application in their
browser by visiting ``http://192.168.1.50:6543/``.