Skip to content

Commit f516ffe

Browse files
committed
Pygame
1 parent e88b89f commit f516ffe

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
@@ -3026,7 +3026,7 @@ pg.quit()
30263026
```
30273027

30283028
```python
3029-
<Surf>.fill(color) # Pass tuple or pg.Color('<name/hex_code>').
3029+
<Surf>.fill(color) # Pass tuple or pg.Color('<name/rgb_code>').
30303030
<Surf>.set_at((x, y), color) # Updates pixel. Also <Surf>.get_at((x, y)).
30313031
<Surf>.blit(<Surf>, (x, y)) # Draws passed surface at specified location.
30323032
```

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ <h3 id="format-2">Format</h3><div><h4 id="forstandardtypesizesandmanualalignment
24832483
</code></pre></div>
24842484

24852485

2486-
<pre><code class="python language-python hljs">&lt;Surf&gt;.fill(color) <span class="hljs-comment"># Pass tuple or pg.Color('&lt;name/hex_code&gt;').</span>
2486+
<pre><code class="python language-python hljs">&lt;Surf&gt;.fill(color) <span class="hljs-comment"># Pass tuple or pg.Color('&lt;name/rgb_code&gt;').</span>
24872487
&lt;Surf&gt;.set_at((x, y), color) <span class="hljs-comment"># Updates pixel. Also &lt;Surf&gt;.get_at((x, y)).</span>
24882488
&lt;Surf&gt;.blit(&lt;Surf&gt;, (x, y)) <span class="hljs-comment"># Draws passed surface at specified location.</span>
24892489
</code></pre>

0 commit comments

Comments
 (0)