Typo fixes from git

This commit is contained in:
Rémi Verschelde
2016-02-07 23:46:57 +01:00
parent f521275e23
commit cc3f706c1f
66 changed files with 158 additions and 167 deletions

View File

@@ -80,7 +80,7 @@ Returns a point on the plane.
- :ref:`bool<class_bool>` **has_point** **(** :ref:`Vector3<class_vector3>` point, :ref:`float<class_float>` epsilon=0.00001 **)**
Returns true if "point" is inside the plane (by a very minimum treshold).
Returns true if "point" is inside the plane (by a very minimum threshold).
.. _class_Plane_intersect_3: