Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/symbolic/series_impl.pxi: Untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 24, 2022
1 parent fe7ed4c commit 9d3577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/symbolic/series_impl.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@ cdef class SymbolicSeries(Expression):
sage: g.parent()
Power Series Ring in x over Symbolic Ring
"""
from sage.rings.power_series_ring import PowerSeriesRing
from sage.rings.power_series_ring import PowerSeriesRing
R = PowerSeriesRing(base_ring, names=str(self.default_variable()))
return R(self.list(), self.degree(self.default_variable()))

0 comments on commit 9d3577e

Please sign in to comment.