From 4393f8b8e54e636b5655e0a8d2477e0b15820f68 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 13 Dec 2016 13:12:02 -0800 Subject: capitalize Pylons --- pyramid/scripts/pcreate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/scripts/pcreate.py b/pyramid/scripts/pcreate.py index 52f8fea5e..825d8741b 100644 --- a/pyramid/scripts/pcreate.py +++ b/pyramid/scripts/pcreate.py @@ -27,7 +27,7 @@ Render Pyramid scaffolding to an output directory. Note: As of Pyramid 1.8, this command is deprecated. Use a specific cookiecutter instead: -https://github.com/pylons/?query=cookiecutter +https://github.com/Pylons/?query=cookiecutter """ usage = "usage: %prog [options] -s output_directory" parser = optparse.OptionParser(usage, description=description) -- cgit v1.2.3