diff options
| author | Michael Merickel <michael@merickel.org> | 2014-04-09 15:39:30 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-04-09 15:39:30 -0500 |
| commit | 16d8958bc18fc2ca47057ca9bf21419b9df237eb (patch) | |
| tree | 324b260aaa0f70067e085d4fa604614463520dc9 | |
| parent | 62e8e6fb148e61725942664052aed540aa0e92b6 (diff) | |
| parent | c462c0770b801be06f26acdbdcc00b9b92260286 (diff) | |
| download | pyramid-16d8958bc18fc2ca47057ca9bf21419b9df237eb.tar.gz pyramid-16d8958bc18fc2ca47057ca9bf21419b9df237eb.tar.bz2 pyramid-16d8958bc18fc2ca47057ca9bf21419b9df237eb.zip | |
Merge pull request #1289 from thapar/patch-1
Typo correction "setupy"-->"setup.py"
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index b79be4b3a..b5778ea42 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -189,7 +189,7 @@ pipe it to your environment's version of Python. # Windows # # Use your web browser to download this file: - # https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setupy + # https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py # # ...and save it to: # c:\projects\quick_tutorial\ez_setup.py |
