Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Desenho.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-07-23 21:41:25 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-08-10 13:49:29 (GMT)
commit5e008917dcb31ffeb49316240580fc4630fd8461 (patch)
treecb21ea2681aaf49865c23327153cd8617bd84e98 /Desenho.py
parentde7c55ce9e1c170aa8aeade84bfc30834a277e44 (diff)
Pep8 fixes
Diffstat (limited to 'Desenho.py')
-rw-r--r--Desenho.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Desenho.py b/Desenho.py
index ab791ff..939a0a9 100644
--- a/Desenho.py
+++ b/Desenho.py
@@ -466,8 +466,8 @@ class Desenho:
ctx.move_to(0, 0)
ctx.curve_to(0, -30, -50, -30, -50, 0)
ctx.curve_to(-50, 30, 0, 35, 0, 60)
- ctx.curve_to (0, 35, 50, 30, 50, 0)
- ctx.curve_to (50, -30, 0, -30, 0, 0)
+ ctx.curve_to(0, 35, 50, 30, 50, 0)
+ ctx.curve_to(50, -30, 0, -30, 0, 0)
ctx.set_line_width(line_width / w)
if fill: