Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmarco authored May 18, 2023
1 parent d9e6bb2 commit 7e22e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/algebras/commutative_dga.py
Original file line number Diff line number Diff line change
Expand Up @@ -3940,7 +3940,7 @@ class CohomologyClass(SageObject, CachedRepresentation):
Defn: (x1_0, x1_1, x1_2, x1_3, y1_0, y1_1) --> (e1, e2, e3, e4, e5, -e5 + e6)
"""
def __init__(self, x, parent = None):
def __init__(self, x, parent=None):
"""
EXAMPLES::
Expand Down

0 comments on commit 7e22e83

Please sign in to comment.