Skip to content

Commit 97a35d9

Browse files
committed
Clarify pygame.rwobject functions are not needed for normal usage
1 parent 661e16f commit 97a35d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reST/ref/pygame.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ object instead of the module, which can be used to test for availability.
177177
This function is used in encoding file paths. Keyword arguments are
178178
supported.
179179

180+
This function is not needed for normal pygame-ce usage.
181+
180182
.. versionaddedold:: 1.9.2 (primarily for use in unit tests)
181183

182184
.. ## pygame.encode_string ##
@@ -197,6 +199,8 @@ object instead of the module, which can be used to test for availability.
197199
codec as returned by ``sys.getfilesystemencoding()``. Keyword arguments are
198200
supported.
199201

202+
This function is not needed for normal pygame-ce usage.
203+
200204
.. versionaddedold:: 1.9.2 (primarily for use in unit tests)
201205

202206
.. ## pygame.encode_file_path ##

0 commit comments

Comments
 (0)