Skip to content

Commit 9351cc0

Browse files
committed
Update notes on optional arguments [av skip]
1 parent ca0082e commit 9351cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ specified:
448448

449449
Optional arguments are actually just a convenient syntax for writing
450450
multiple method definitions with different numbers of arguments
451-
(see :ref:`man-note-on-optinal-and-keyword-arguments`).
451+
(see :ref:`man-note-on-optional-and-keyword-arguments`).
452452

453453

454454
Keyword Arguments

doc/manual/methods.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ can also constrain type parameters of methods::
523523
The ``same_type_numeric`` function behaves much like the ``same_type``
524524
function defined above, but is only defined for pairs of numbers.
525525

526-
.. _man-Note-on-optional-and-keyword-arguments:
526+
.. _man-note-on-optional-and-keyword-arguments:
527527

528528
Note on Optional and keyword Arguments
529529
--------------------------------------

0 commit comments

Comments
 (0)