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 | 9190a4503da8740b69a7912abeb93d46d2bdd959 (patch) | |
| tree | 6c2c44ac968b630cdd68ca202e9f638ec4a0b834 /test/farm/html/src/tabbed.py | |
| parent | 5f113651d3406fc717a1c6ea9c3119726a1a9b4b (diff) | |
| download | python-coveragepy-9190a4503da8740b69a7912abeb93d46d2bdd959.tar.gz | |
Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.
Diffstat (limited to 'test/farm/html/src/tabbed.py')
| -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 fe42611..bc6bb45 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. |
