Skip to content

Commit ce95cd0

Browse files
committed
Merge branch 'master' of https://github.com/ToastCoder/pyvect
2 parents 89482cf + c5b158f commit ce95cd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ array
263263
Example
264264
---------------------------------------------------
265265

266-
>>> unit_normal([2,1,1],[1,2,1])
266+
>>> pyvect.unit_normal([2,1,1],[1,2,1])
267267

268268
Output
269269
---------------------------------------------------
@@ -331,7 +331,7 @@ array
331331
Example
332332
--------------------------------------------------------
333333

334-
pyvect.pos_vector([1,3,4],[5,7,1])
334+
>>> pyvect.pos_vector([1,3,4],[5,7,1])
335335

336336
Output
337337
--------------------------------------------------------
@@ -367,7 +367,7 @@ bool
367367
Example
368368
--------------------------------------------------------
369369

370-
pyvect.iscoplanar([1,4,2],[5,3,8],[1,6,7])
370+
>>> pyvect.iscoplanar([1,4,2],[5,3,8],[1,6,7])
371371

372372
Output
373373
--------------------------------------------------------

0 commit comments

Comments
 (0)