Skip to content

Commit 66228c3

Browse files
committed
Pandas
1 parent ebaa140 commit 66228c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2939,7 +2939,7 @@ while all(event.type != pg.QUIT for event in pg.event.get()):
29392939
```
29402940

29412941
```python
2942-
<bool> = <Rect>.collidepoint((x, y)) # Tests if a point is inside a rectangle.
2942+
<bool> = <Rect>.collidepoint((x, y)) # Tests if a point is inside the rectangle.
29432943
<bool> = <Rect>.colliderect(<Rect>) # Tests if two rectangles overlap.
29442944
<int> = <Rect>.collidelist(<list_of_Rect>) # Returns index of first colliding Rect or -1.
29452945
<list> = <Rect>.collidelistall(<list_of_Rect>) # Returns indexes of all colliding Rects.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@
25122512
</code></pre></div>
25132513

25142514

2515-
<pre><code class="python language-python hljs">&lt;bool&gt; = &lt;Rect&gt;.collidepoint((x, y)) <span class="hljs-comment"># Tests if a point is inside a rectangle.</span>
2515+
<pre><code class="python language-python hljs">&lt;bool&gt; = &lt;Rect&gt;.collidepoint((x, y)) <span class="hljs-comment"># Tests if a point is inside the rectangle.</span>
25162516
&lt;bool&gt; = &lt;Rect&gt;.colliderect(&lt;Rect&gt;) <span class="hljs-comment"># Tests if two rectangles overlap.</span>
25172517
&lt;int&gt; = &lt;Rect&gt;.collidelist(&lt;list_of_Rect&gt;) <span class="hljs-comment"># Returns index of first colliding Rect or -1.</span>
25182518
&lt;list&gt; = &lt;Rect&gt;.collidelistall(&lt;list_of_Rect&gt;) <span class="hljs-comment"># Returns indexes of all colliding Rects.</span>

0 commit comments

Comments
 (0)