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
153153scale_factor is not a numeric - it will not perform the dot product (use
154154`dot ` for that) Examples:
155155
156- .. code-block::python
156+ .. code-block :: python
157157
158158 from pygorithm.geometry import vector2
159159
@@ -238,7 +238,7 @@ no unconsumed unamed arguments then the origin is assumed.
238238
239239Examples:
240240
241- .. code-block::python
241+ .. code-block :: python
242242
243243 from pygorithm.geometry import vector2
244244 import math
@@ -271,7 +271,7 @@ Examples:
271271
272272Example:
273273
274- .. code-block::python
274+ .. code-block :: python
275275
276276 from pygorithm.geometry import vector2
277277
@@ -290,7 +290,7 @@ Example:
290290
291291Example:
292292
293- .. code-block::python
293+ .. code-block :: python
294294
295295 from pygorithm.geometry import vector2
296296
You can’t perform that action at this time.
0 commit comments