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

Commit

Permalink
fix ALGORITHM block
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Sep 1, 2015
1 parent 797eb74 commit 780d26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ def log(self, base=None, precision=None):
is possible if and only if there is exactly one maximal
summand in the expression.
.. ALGORITHM::
ALGORITHM:
If the expression has more than one summands,
the asymptotic expansion for `\log(1+t)` as `t` tends to `0`
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/asymptotic/growth_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def log_factor(self, base=None):
A tuple of pairs, where the first entry is a growth
element and the second a multiplicative coefficient.
.. ALGORITHM::
ALGORITHM:
This function factors the given element and calculates
the logarithm of each of these factors.
Expand Down

0 comments on commit 780d26b

Please sign in to comment.