Skip to content

Commit 507e8a0

Browse files
committed
More documentation fixes
1 parent 04d01e5 commit 507e8a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Geometry.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Scales the vector by the specified factor. Will throw an exception if
153153
scale_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

239239
Examples:
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

272272
Example:
273273

274-
.. code-block::python
274+
.. code-block:: python
275275
276276
from pygorithm.geometry import vector2
277277
@@ -290,7 +290,7 @@ Example:
290290

291291
Example:
292292

293-
.. code-block::python
293+
.. code-block:: python
294294
295295
from pygorithm.geometry import vector2
296296

0 commit comments

Comments
 (0)