Skip to content

Commit 98ded4b

Browse files
committed
Minor documentation update
1 parent dfe71c5 commit 98ded4b

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

qwt/text.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,23 @@
2121
.. autoclass:: QwtTextLabel
2222
:members:
2323
24-
Text engine
25-
~~~~~~~~~~~
24+
Text engines
25+
------------
26+
27+
QwtTextEngine
28+
~~~~~~~~~~~~~
2629
2730
.. autoclass:: QwtTextEngine
2831
:members:
32+
33+
QwtPlainTextEngine
34+
~~~~~~~~~~~~~~~~~~
2935
3036
.. autoclass:: QwtPlainTextEngine
3137
:members:
38+
39+
QwtRichTextEngine
40+
~~~~~~~~~~~~~~~~~
3241
3342
.. autoclass:: QwtRichTextEngine
3443
:members:

qwt/transform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# (see LICENSE file for more details)
77

88
"""
9-
Coordinates tranformations
10-
--------------------------
9+
Coordinate tranformations
10+
-------------------------
1111
1212
QwtTransform
1313
~~~~~~~~~~~~

0 commit comments

Comments
 (0)