Skip to content

Commit d4005eb

Browse files
committed
Reword section 'Skipping implicit literal blocks'
1 parent ebec6f4 commit d4005eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/examples.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,21 +148,21 @@ Skipping is supported for single blocks, sections and entire files.
148148
See :rst:dir:`autolink-skip` for more information and options.
149149

150150

151-
Skipping literal blocks
152-
^^^^^^^^^^^^^^^^^^^^^^^
151+
Skipping implicit literal blocks
152+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
153153

154-
The following example is using a literal block (``::``)
155-
which does *not* have :rst:dir:`autolink-skip` set
154+
The following example is using an implicit literal block (``::``).
155+
It does *not* have :rst:dir:`autolink-skip` set
156156
and thus has linking::
157157

158158
import lib
159159
k1 = lib.Knight()
160160

161161
.. autolink-skip::
162162

163-
The following example is using a literal block (``::``)
164-
which *does* have :rst:dir:`autolink-skip` set
165-
in the paragraph before it and thus has no linking::
163+
The following example is also using an implicit literal block (``::``).
164+
It *does* have :rst:dir:`autolink-skip` set before the paragraph
165+
you are reading now and thus the code example has no linking::
166166

167167
import lib
168168
k2 = lib.Knight()

0 commit comments

Comments
 (0)