Skip to content

Commit fc6fb28

Browse files
committed
Fixup documentation wording about trace padding
close #42
1 parent 1ed54d1 commit fc6fb28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

trsfile/engine/trs.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ class TrsEngine(Engine):
3232
| live_update | Performs live update of the TRS file every N traces. True |
3333
| | for updating after every trace and False for never. |
3434
+--------------+-----------------------------------------------------------+
35-
| padding_mode | Padding mode to use. The supported values are: |
36-
| | :py:attr:`trsfile.common.TracePadding.NONE` (default) |
37-
| | :py:attr:`trsfile.common.TracePadding.AUTO` |
35+
| padding_mode | See :py:class:`trsfile.common.TracePadding`. |
36+
| | Defaults to `TracePadding.AUTO`. |
3837
+--------------+-----------------------------------------------------------+
3938
"""
4039

0 commit comments

Comments
 (0)