aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-04-10 11:31:44 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-05-04 08:53:25 +0000
commit36d2564f3a7e5fe2cd5bf77bec36e31669c772c1 (patch)
tree3e439af25cedf67b0919469adcee94b51aa40f11 /sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst
parent8f6611ca89adf2a4c8a84049a7b5b8ba405236ba (diff)
Update ApiExtractor documentation
Changed a few old references and links. Ran aspell on the rst files. Task-number: PYSIDE-622 Change-Id: I3e096df96bfe80ead53afa8568b7de42e8a25766 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst')
-rw-r--r--sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst b/sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst
index 2838c95e1..ff6ea5317 100644
--- a/sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst
+++ b/sources/shiboken2/ApiExtractor/doc/typesystem_manipulating_objects.rst
@@ -92,8 +92,8 @@ add-function
The add-function node allows you to add a given function onto the target language,
and it is a child of an :ref:`object-type` or :ref:`value-type` nodes if the
- function is suposed to be a method, or :ref:`namespace` and :ref:`typesystem` if
- the function is suposed to be a function inside a namespace or a global function.
+ function is supposed to be a method, or :ref:`namespace` and :ref:`typesystem` if
+ the function is supposed to be a function inside a namespace or a global function.
Typically when adding a function some code must be injected to provide the function
logic. This can be done using the :ref:`inject-code` node.