File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
134
134
135
135
.. code-block :: python
136
136
:linenos:
137
- :emphasize- lines: 5 ,11 - 17
137
+ :emphasize- lines: 5 ,14 - 17
138
138
139
139
height = 60.0
140
140
width = 80.0
@@ -204,7 +204,7 @@ We can do that using the preset dictionaries in the parameter definition:
204
204
205
205
.. code-block :: python
206
206
:linenos:
207
- :emphasize- lines: 17 - 18
207
+ :emphasize- lines: 19 - 20
208
208
209
209
height = 60.0
210
210
width = 80.0
@@ -249,7 +249,7 @@ This can be easily accomplished using the :py:meth:`cadquery.exporters.export` f
249
249
250
250
.. code-block :: python
251
251
:linenos:
252
- :emphasize- lines: 17 - 18
252
+ :emphasize- lines: 27 - 29
253
253
254
254
height = 60.0
255
255
width = 80.0
You can’t perform that action at this time.
0 commit comments