Skip to content

Commit

Permalink
Merge pull request qiwsir#107 from zen-young-chan/patch-4
Browse files Browse the repository at this point in the history
Update 235.md
  • Loading branch information
qiwsir committed May 22, 2016
2 parents 4546415 + 232c6c0 commit 4555406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 235.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ contextlib.contextmanager是一个装饰器,它作用于生成器函数(也
cr.line_to(0, 0)
cr.stroke()
cr.scale(0.72, 0.72)
if angle > 0.72:
if angle > 0.2:
for a in [-angle, angle]:
with saved(cr):
cr.rotate(a)
Expand Down

0 comments on commit 4555406

Please sign in to comment.