Fixed a typo in the documentation of SPNode.cycle dev
authorDmitriy Morozov <dmitriy@mrzv.org>
Fri, 10 Sep 2010 21:21:27 -0700
branchdev
changeset 229 ed3905be234f
parent 228 12e2daa0e03a
child 230 6a222607714c
child 232 edbbf84fde9e
Fixed a typo in the documentation of SPNode.cycle
doc/python/static-persistence.rst
--- a/doc/python/static-persistence.rst	Tue Sep 07 13:54:53 2010 -0700
+++ b/doc/python/static-persistence.rst	Fri Sep 10 21:21:27 2010 -0700
@@ -64,7 +64,7 @@
 
             smap = persistence.make_simplex_map(filtration)
             for i in persistence:
-                for ii in i.cycle(): print smap[ii]
+                for ii in i.cycle: print smap[ii]
 
     .. method:: unpaired()