diff options
Diffstat (limited to 'Doc/library/gl.rst')
-rw-r--r-- | Doc/library/gl.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/gl.rst b/Doc/library/gl.rst index 6a0a92a1be..cbc175ad15 100644 --- a/Doc/library/gl.rst +++ b/Doc/library/gl.rst @@ -124,9 +124,7 @@ The following functions are non-standard or have special argument conventions: Here is a tiny but complete example GL program in Python:: - import gl - import GL - import time + import gl, GL, time def main(): gl.foreground() |