Skip to content

Commit

Permalink
use .copy
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Feb 11, 2024
1 parent 7c4c651 commit bdf89ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/schemes/curves/zariski_vankampen.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def braid_in_segment(glist, x0, x1, precision={}):
sage: B = braid_in_segment(glist, p1b, p2b); B # optional - sirocco
s5*s3^-1
"""
precision1 = {k: v for k, v in precision.items()}
precision1 = precision.copy()
g = prod(glist)
F1 = g.base_ring()
x, y = g.parent().gens()
Expand Down

0 comments on commit bdf89ec

Please sign in to comment.