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

Commit

Permalink
rename binomial* --> Binomial*
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Nov 1, 2015
1 parent 6e366a5 commit ae1877c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/asymptotic/asymptotic_expansion_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ def log_Stirling(var, precision=None, skip_constant_summand=False):


@staticmethod
def binomial_kn_over_n(var, k, precision=None, skip_constant_factor=False):
def Binomial_kn_over_n(var, k, precision=None, skip_constant_factor=False):
r"""
EXAMPLES::
sage: asymptotic_expansions.binomial_kn_over_n('n', k=2, precision=5)
sage: asymptotic_expansions.Binomial_kn_over_n('n', k=2, precision=5)
sage: _.parent()
"""
log_Stirling = AsymptoticExpansionGenerators.log_Stirling(
Expand Down

0 comments on commit ae1877c

Please sign in to comment.