Skip to content

Commit f13aa2e

Browse files
fchapotonmantepse
andauthored
Apply suggestions from code review
Co-authored-by: Martin Rubey <[email protected]>
1 parent eb35d26 commit f13aa2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/rings/polynomial/plural.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ TESTS::
106106
False
107107
108108
sage: R.<x,y,z> = FreeAlgebra(QQ, 3)
109-
sage: P = R.g_algebra(relations={},order='lex')
109+
sage: P = R.g_algebra(relations={}, order='lex')
110110
sage: P.is_commutative()
111111
True
112-
113112
"""
114113
from cysignals.memory cimport sig_malloc, sig_free
115114

0 commit comments

Comments
 (0)