Skip to content

Commit 2726421

Browse files
authored
doc/quickstart.rst: Emphasis the right lines (#1724)
1 parent 0c472ef commit 2726421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Good news!-- we can get the job done with just a few lines of code. Here's the c
134134

135135
.. code-block:: python
136136
:linenos:
137-
:emphasize-lines: 5,11-17
137+
:emphasize-lines: 5,14-17
138138
139139
height = 60.0
140140
width = 80.0
@@ -204,7 +204,7 @@ We can do that using the preset dictionaries in the parameter definition:
204204

205205
.. code-block:: python
206206
:linenos:
207-
:emphasize-lines: 17-18
207+
:emphasize-lines: 19-20
208208
209209
height = 60.0
210210
width = 80.0
@@ -249,7 +249,7 @@ This can be easily accomplished using the :py:meth:`cadquery.exporters.export` f
249249

250250
.. code-block:: python
251251
:linenos:
252-
:emphasize-lines: 17-18
252+
:emphasize-lines: 27-29
253253
254254
height = 60.0
255255
width = 80.0

0 commit comments

Comments
 (0)