Skip to content

Commit b28d4de

Browse files
hugovkezio-melottiAA-Turner
authored
Fix table markup to show markup table (#1511)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 436f07c commit b28d4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/markup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Element Markup See also
2222
arguments/parameters ``*arg*`` :ref:`inline-markup`
2323
variables/literals/code ````foo````, ````42````, ````len(s) - 1```` :ref:`inline-markup`
2424
True/False/None ````True````, ````False````, ````None```` :ref:`inline-markup`
25-
function definitions ``.. function:: print(*args)`` :ref:`directives`
26-
function references ``:func:`print``` :ref:`roles`
25+
function definitions ``.. function:: print(*args)`` :ref:`directives`
26+
function references ``:func:`print``` :ref:`roles`
2727
attribute definitions ``.. attribute: `attr-name``` :ref:`information-units`
2828
attribute references ``:attr:`attr-name``` :ref:`roles`
2929
reference labels ``.. _label-name:`` :ref:`doc-ref-role`

0 commit comments

Comments
 (0)