Revision: c76854798f2b
Branch: default
Author: Juan J. Martínez <
j...@usebox.net>
Date: Sat May 31 07:17:46 2014 UTC
Log: minor wording, grammar
http://code.google.com/p/pyglet/source/detail?r=c76854798f2b
Modified:
/pyglet/media/__init__.py
=======================================
--- /pyglet/media/__init__.py Sat May 31 07:15:42 2014 UTC
+++ /pyglet/media/__init__.py Sat May 31 07:17:46 2014 UTC
@@ -67,12 +67,12 @@
The other advantage of a `StaticSource` is that it can be queued on any
number
of players, and so played many times simultaneously.
-pyglet relies on Python's garbage collector to release resources once a
player
+pyglet relies on Python's garbage collector to release resources when a
player
has finished playing a source. In this way some operations that could
affect
the application performance can be delayed.
The player provides a `Player.delete()` method that can be used to release
-resources immediately. Also a explicit call to `gc.collect()`can be used to
+resources immediately. Also an explicit call to `gc.collect()`can be used
to
collect unused resources.
'''