Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 8804db3

Browse files
committed
Fix typo in Marker.polar docstring
1 parent 5eb36c0 commit 8804db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot/markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def polar(self) -> PolarCoord:
152152
"""
153153
warnings.warn(
154154
"Use of the 'polar' property is deprecated as the values returned "
155-
"aren't from any know polar co-ordinate system. You should use the "
155+
"aren't from any known polar co-ordinate system. You should use the "
156156
"'spherical' property instead.",
157157
DeprecationWarning,
158158
)

0 commit comments

Comments
 (0)