File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Scales the vector by the specified factor. Will throw an exception if
153
153
scale_factor is not a numeric - it will not perform the dot product (use
154
154
`dot ` for that) Examples:
155
155
156
- .. code-block::python
156
+ .. code-block :: python
157
157
158
158
from pygorithm.geometry import vector2
159
159
@@ -238,7 +238,7 @@ no unconsumed unamed arguments then the origin is assumed.
238
238
239
239
Examples:
240
240
241
- .. code-block::python
241
+ .. code-block :: python
242
242
243
243
from pygorithm.geometry import vector2
244
244
import math
@@ -271,7 +271,7 @@ Examples:
271
271
272
272
Example:
273
273
274
- .. code-block::python
274
+ .. code-block :: python
275
275
276
276
from pygorithm.geometry import vector2
277
277
@@ -290,7 +290,7 @@ Example:
290
290
291
291
Example:
292
292
293
- .. code-block::python
293
+ .. code-block :: python
294
294
295
295
from pygorithm.geometry import vector2
296
296
You can’t perform that action at this time.
0 commit comments