Browse Source

fixed _len comment

pull/226/head
Jan Richter 10 years ago
parent
commit
7bf1e0f4e5
  1. 2
      pygal/graph/box.py

2
pygal/graph/box.py

@ -99,7 +99,7 @@ class Box(Graph):
@property
def _len(self):
"""Len is always 5 here"""
"""Len is always 7 here"""
return 7
def _boxf(self, serie):

Loading…
Cancel
Save