diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-15 17:53:24 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-15 17:53:24 -0500 |
commit | 7bdce80a45920e3888ac0366fdbfb54c6604eba6 (patch) | |
tree | 7fe9a9a28931e25d0cc93ea5b27c80ec07951724 /test/farm/html/src | |
parent | 47da566616f14caad010da58f4899a58ebc0b4ae (diff) | |
download | python-coveragepy-git-7bdce80a45920e3888ac0366fdbfb54c6604eba6.tar.gz |
Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.
Diffstat (limited to 'test/farm/html/src')
-rw-r--r-- | test/farm/html/src/tabbed.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/farm/html/src/tabbed.py b/test/farm/html/src/tabbed.py index fe426115..bc6bb456 100644 --- a/test/farm/html/src/tabbed.py +++ b/test/farm/html/src/tabbed.py @@ -2,7 +2,7 @@ x = 1 if x: a = "Tabbed" # Aligned comments - if x: # look nice + if x: # look nice b = "No spaces" # when they - c = "Done" # line up. + c = "Done" # line up. |