Skip to content

Commit 71b90d0

Browse files
Massimo ZaniboniBlendify
authored andcommitted
Fixed error in demo.rst (#421)
1 parent aedac3d commit 71b90d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demo_docs/source/demo.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Paragraphs contain text and may contain inline markup: *emphasis*, **strong emph
1919
standalone hyperlinks (http://www.python.org), external hyperlinks (Python_), internal cross-references (example_),
2020
external hyperlinks with embedded URIs (`Python web site <http://www.python.org>`__), footnote references
2121
(manually numbered [1]_, anonymous auto-numbered [#]_, labeled auto-numbered [#label]_, or symbolic [*]_),
22-
citation references ([2]_), substitution references (|example|), and _`inline hyperlink targets`
22+
citation references ([12]_), substitution references (|example|), and _`inline hyperlink targets`
2323
(see Targets_ below for a reference back to here). Character-level inline markup is also possible
2424
(although exceedingly ugly!) in *re*\ ``Structured``\ *Text*. Problems are indicated by |problematic|
2525
text (generated by processing errors; this one is intentional).
@@ -264,15 +264,15 @@ Footnotes
264264
Citations
265265
---------
266266

267-
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
267+
.. [11] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
268268
269-
.. [2] This citation has some ``code blocks`` in it, maybe some **bold** and
270-
*italics* too. Heck, lets put a link to a meta citation [3]_ too.
269+
.. [12] This citation has some ``code blocks`` in it, maybe some **bold** and
270+
*italics* too. Heck, lets put a link to a meta citation [13]_ too.
271271
272-
.. [3] This citation will have two backlinks.
272+
.. [13] This citation will have two backlinks.
273273
274274
275-
Here's a reference to the above, [2]_, and a [nonexistent]_ citation.
275+
Here's a reference to the above, [12]_, and a [nonexistent]_ citation.
276276

277277
Here is another type of citation: `citation`
278278

0 commit comments

Comments
 (0)