Skip to content

Commit

Permalink
Emend ‘functions’ to ‘function’ in the markup reference (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFromIreland authored Jan 16, 2025
1 parent 7d020a3 commit b59985c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Element Markup See also
arguments/parameters ``*arg*`` :ref:`inline-markup`
variables/literals/code ````foo````, ````42````, ````len(s) - 1```` :ref:`inline-markup`
True/False/None ````True````, ````False````, ````None```` :ref:`inline-markup`
functions definitions ``.. function:: print(*args)`` :ref:`directives`
functions references ``:func:`print``` :ref:`roles`
function definitions ``.. function:: print(*args)`` :ref:`directives`
function references ``:func:`print``` :ref:`roles`
attribute definitions ``.. attribute: `attr-name``` :ref:`information-units`
attribute references ``:attr:`attr-name``` :ref:`roles`
reference labels ``.. _label-name:`` :ref:`doc-ref-role`
Expand Down

0 comments on commit b59985c

Please sign in to comment.