diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-18 09:47:06 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-18 09:47:06 -0500 |
| commit | 17863d878b4cc47342eb1e7606df99178700beb3 (patch) | |
| tree | d2367c62a2d5975cc1ae39295a580f7ddef2fd95 /HACKING.txt | |
| parent | 319806b49a8d2e8c8bbf61a1886eb206790d18e4 (diff) | |
| download | pyramid-17863d878b4cc47342eb1e7606df99178700beb3.tar.gz pyramid-17863d878b4cc47342eb1e7606df99178700beb3.tar.bz2 pyramid-17863d878b4cc47342eb1e7606df99178700beb3.zip | |
paster template -> scaffold
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.txt b/HACKING.txt index daa4f614b..24d1b48a1 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -73,10 +73,10 @@ In order to add a feature to Pyramid: "unnecessary" is of course subjective, but new dependencies should be discussed). -The above requirements are relaxed for paster template dependencies. -If a paster template has an install-time dependency on something that -doesn't work on a particular platform, that caveat should be spelled -out clearly in *its* documentation (within its ``docs/`` directory). +The above requirements are relaxed for scaffolding dependencies. If a +scaffold has an install-time dependency on something that doesn't work on a +particular platform, that caveat should be spelled out clearly in *its* +documentation (within its ``docs/`` directory). Coding Style ------------ |
