docs: Fix typo.

This commit is contained in:
Stefan van der Walt
2009-12-03 09:58:00 +02:00
parent ec70fdad48
commit b0d28687c9
+1 -1
View File
@@ -21,7 +21,7 @@ def push(img):
_image_stack.append(img)
def pop():
"""Pop and image from the shared image stack.
"""Pop an image from the shared image stack.
Returns
-------