diff options
Diffstat (limited to 'sources/pyside6/doc/developer')
-rw-r--r-- | sources/pyside6/doc/developer/documentation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/doc/developer/documentation.rst b/sources/pyside6/doc/developer/documentation.rst index 517bd46f1..2d8d32fcb 100644 --- a/sources/pyside6/doc/developer/documentation.rst +++ b/sources/pyside6/doc/developer/documentation.rst @@ -67,7 +67,7 @@ The others have main-test drivers for checking. There are 2 scripts used for determining the inheritance: * ``json_inheritance.py`` (env var ``INHERITANCE_FILE``) reads a - inheritance.json file containing the class hierarchy generated by - shiboken's doc generator. +inheritance.json file containing the class hierarchy generated by +shiboken's doc generator. * ``import_inheritance.py`` actually tries to import the class (legacy) |