brianray / lepl

Automatically exported from code.google.com/p/lepl
Other
0 stars 0 forks source link

Incorrect example in offside rule documentation #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The example at

   http://www.acooke.org/lepl/offside.html#example

has line

   >>> program.config.blocks(block_policy=2)

I believe it should be

   >>> program.config.lines(block_policy=2)

or even

   >>> program.config.blocks(block_policy=explicit())

?

Original issue reported on code.google.com by wrob...@gmail.com on 12 Dec 2011 at 11:41

GoogleCodeExporter commented 9 years ago
you are right, thanks.  fixed in source, but won't be visible until next 
release.

Original comment by acooke....@gmail.com on 1 Jan 2012 at 11:01