Skip to content

Commit 333e98d

Browse files
yuan-zhoumkoeppe
authored andcommitted
Docstring fix
1 parent b83f33a commit 333e98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_case.sage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def generate_nonsymmetric_vertices_continuous(fn, f):
2121
yield (x, y, 0, 0)
2222

2323
def generate_type_1_vertices_continuous(fn, comparison):
24-
"""Output 6-tuples (x,xeps,y,yeps,z,zeps).
24+
"""Output 6-tuples (x, y, z,xeps, yeps, zeps).
2525
"""
2626
bkpt = fn.end_points()
2727
return ( (x, y, x+y, 0, 0, 0) for x in bkpt for y in bkpt if x <= y and comparison(delta_pi(fn,x,y), 0) ) # generator comprehension

0 commit comments

Comments
 (0)