diff --git a/docs/reST/ref/rect.rst b/docs/reST/ref/rect.rst index ce4e605e2d..e61f0c1505 100644 --- a/docs/reST/ref/rect.rst +++ b/docs/reST/ref/rect.rst @@ -252,6 +252,7 @@ clipped_line = rect.clipline(line) if clipped_line: + # Based on Cohen–Sutherland line clipping algorithm # If clipped_line is not an empty tuple then the line # collides/overlaps with the rect. The returned value contains # the endpoints of the clipped line.