Skip to content

Commit

Permalink
Addressing last reviewer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed May 10, 2024
1 parent e1e9467 commit e171ec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/rings/lazy_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -6071,7 +6071,8 @@ def polynomial(self, degree=None, names=None):
def add_bigoh(self, prec):
r"""
Return the power series of precision at most ``prec`` obtained by
adding `O(q^\text{prec})` to `f`, where `q` is the variable(s).
adding `O(q^\text{prec})` to `f`, where `q` is the (tuple of)
variable(s).
EXAMPLES::
Expand Down

0 comments on commit e171ec5

Please sign in to comment.