Skip to content

Commit bdf89ec

Browse files
committed
use .copy
1 parent 7c4c651 commit bdf89ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/schemes/curves/zariski_vankampen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ def braid_in_segment(glist, x0, x1, precision={}):
847847
sage: B = braid_in_segment(glist, p1b, p2b); B # optional - sirocco
848848
s5*s3^-1
849849
"""
850-
precision1 = {k: v for k, v in precision.items()}
850+
precision1 = precision.copy()
851851
g = prod(glist)
852852
F1 = g.base_ring()
853853
x, y = g.parent().gens()

0 commit comments

Comments
 (0)