Skip to content

Commit e3f0031

Browse files
committed
gluing not glueing
1 parent 50c257b commit e3f0031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The general scheme is just the following two lines::
367367
.. index::
368368
pair: copyPixmap;examples
369369

370-
How to Use Pixmaps: Glueing Images
370+
How to Use Pixmaps: Gluing Images
371371
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
372372

373373
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::
20522052
cont += doc.xrefStream(xref)
20532053
# do something with the combined contents
20542054

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.
20562056

20572057
----------------------------------
20582058

0 commit comments

Comments
 (0)