diff --git a/README.md b/README.md index 5e21337..e7cfac7 100644 --- a/README.md +++ b/README.md @@ -667,7 +667,7 @@ import zoneinfo, dateutil.tz
func(<positional_args>) # func(0, 0)
@@ -2501,7 +2501,7 @@ rect(<Surf>, color, <Rect>, width=0
<Surf> = <Font>.render(text, antialias, color) # Background color can be specified at the end.
<Sound> = pg.mixer.Sound(<path/file/bytes>) # WAV file or bytes/array of signed shorts.
-<Sound>.play/stop() # Also set_volume(<float>), fadeout(msec).
+<Sound>.play/stop() # Also set_volume(<float>) and fadeout(msec).
import collections, dataclasses, enum, io, itertools as it, pygame as pg, urllib.request