You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -367,7 +367,7 @@ The general scheme is just the following two lines::
367
367
.. index::
368
368
pair: copyPixmap;examples
369
369
370
-
How to Use Pixmaps: Glueing Images
370
+
How to Use Pixmaps: Gluing Images
371
371
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
372
372
373
373
This shows how pixmaps can be used for purely graphical, non-document purposes. The script reads an image file and creates a new image which consist of 3 * 4 tiles of the original::
@@ -2052,7 +2052,7 @@ Here are two ways of combining multiple contents of a page::
2052
2052
cont += doc.xrefStream(xref)
2053
2053
# do something with the combined contents
2054
2054
2055
-
The clean function :meth:`Page._cleanContents` does a lot more than just glueing:data:`contents` objects: it also corrects and optimizes the PDF operator syntax of the page and removes any inconsistencies.
2055
+
The clean function :meth:`Page._cleanContents` does a lot more than just gluing:data:`contents` objects: it also corrects and optimizes the PDF operator syntax of the page and removes any inconsistencies.
0 commit comments