Skip to content

Commit

Permalink
Docstring suggestions by kwankyu
Browse files Browse the repository at this point in the history
For commits 0b60f4f, aaf8cc8, and d7d1ce3.
  • Loading branch information
gmou3 committed Jun 22, 2024
1 parent 3e0473a commit ae07ccc
Show file tree
Hide file tree
Showing 41 changed files with 275 additions and 277 deletions.
2 changes: 1 addition & 1 deletion src/sage/calculus/calculus.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def nintegral(ex, x, a, b,
- ``maximum_num_subintervals`` -- (default: 200)
maximal number of subintervals
OUTPUT: float -- approximation to the integral
OUTPUT: float; approximation to the integral
- float: estimated absolute error of the
approximation
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/designs/orthogonal_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def orthogonal_array(k,n,t=2,resolvable=False, check=True,existence=False,explai
- ``n`` -- integer; number of symbols
- ``t`` -- (integer; default: 2); strength of the array
- ``t`` -- integer (default: 2); strength of the array
- ``resolvable`` -- boolean (default: ``False``); set to ``True`` if you
want the design to be resolvable. The `n` classes of the resolvable
Expand Down
7 changes: 4 additions & 3 deletions src/sage/combinat/k_tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -3325,10 +3325,11 @@ def shape( self ):
INPUT:
- ``form`` -- optional argument to indicate 'inner', 'outer' or 'skew'
(default: 'outer')
- ``form`` -- optional argument to indicate ``'inner'``, ``'outer'`` or
``'skew'`` (default: ``'outer'``)
OUTPUT: a `k+1`-core or a pair of `k+1`-cores if form is not 'inner' or 'outer'
OUTPUT: a `k+1`-core or a pair of `k+1`-cores if form is not
``'inner'`` or ``'outer'``
EXAMPLES::
Expand Down
Loading

0 comments on commit ae07ccc

Please sign in to comment.