Skip to content

Commit

Permalink
remove extra spaces and blank lines reviewed in #36102
Browse files Browse the repository at this point in the history
  • Loading branch information
enriqueartal committed Aug 31, 2023
1 parent ba38dc8 commit fa2c771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/sage/schemes/curves/affine_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,6 @@ def fundamental_group(self, simplified=True, puiseux=False):
presentation is constructed in the classical way or using Puiseux
shortcut. If ``True``, ``simplified`` is set to ``False``.
OUTPUT:
A presentation with generators `x_1, \dots, x_d` and relations. If ``puiseux``
Expand Down
5 changes: 2 additions & 3 deletions src/sage/schemes/curves/zariski_vankampen.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
EXAMPLES::
sage: # optional - sirocco
sage: # optional - sirocco
sage: from sage.schemes.curves.zariski_vankampen import fundamental_group, braid_monodromy
sage: R.<x, y> = QQ[]
sage: f = y^3 + x^3 - 1
Expand Down Expand Up @@ -87,7 +87,7 @@ def braid_from_piecewise(strands):
EXAMPLES::
sage: # optional - sirocco
sage: # optional - sirocco
sage: from sage.schemes.curves.zariski_vankampen import braid_from_piecewise
sage: paths = [[(0, 0, 1), (0.2, -1, -0.5), (0.8, -1, 0), (1, 0, -1)],
....: [(0, -1, 0), (0.5, 0, -1), (1, 1, 0)],
Expand Down Expand Up @@ -1144,7 +1144,6 @@ def braid_monodromy(f, arrangement=()):
- ``arrangement`` -- an optional tuple of polynomials whose product
equals ``f``.
OUTPUT:
A list of braids and a dictionary.
Expand Down

0 comments on commit fa2c771

Please sign in to comment.