aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-12-21 15:42:34 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-12-21 15:43:12 +0100
commitb1b1ffcdff68f8e2c46608a3f3b10607c97d5dd1 (patch)
treef619fe4c7c9bde56ce167c08cfa1555fef2e5dd6 /sources/pyside2/doc
parentdbfdd3499f234bf39c358b71f2f001fad51961e8 (diff)
parentcd1037060e0cbc263e601fb67fbd40d85c8801a1 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.9
Diffstat (limited to 'sources/pyside2/doc')
-rw-r--r--sources/pyside2/doc/inheritance_diagram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/doc/inheritance_diagram.py b/sources/pyside2/doc/inheritance_diagram.py
index 616b47057..a7f376ccd 100644
--- a/sources/pyside2/doc/inheritance_diagram.py
+++ b/sources/pyside2/doc/inheritance_diagram.py
@@ -295,7 +295,7 @@ class InheritanceDiagram(Directive):
graph = InheritanceGraph(
class_names, env.temp_data.get('py:module'),
parts=node['parts'])
- except InheritanceException, err:
+ except InheritanceException as err:
return [node.document.reporter.warning(err.args[0],
line=self.lineno)]