diff options
Diffstat (limited to 'test/farm/html/src/tabbed.py')
-rw-r--r-- | test/farm/html/src/tabbed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/html/src/tabbed.py b/test/farm/html/src/tabbed.py index bc6bb456..4c39cafe 100644 --- a/test/farm/html/src/tabbed.py +++ b/test/farm/html/src/tabbed.py @@ -3,6 +3,6 @@ x = 1 if x: a = "Tabbed" # Aligned comments if x: # look nice - b = "No spaces" # when they + b = "No spaces" # when they c = "Done" # line up. |