Browse Source

Oops (taken2k4 found my missing apostrophe)

master
Julio Biason 14 years ago
parent
commit
56e115b604
  1. 2
      HACKING

2
HACKING

@ -29,7 +29,7 @@ Also, other rules we follow:
this is right::
text = '%d characters % (count)
text = '%d characters' % (count)
- Unless it's a work in progress, do not leave code commented (or,
worse yet, inside a ``if 0:`` block.) If it's a WIP, be sure to

Loading…
Cancel
Save