From fc6fb287fd419827a7a68dd33a3928f57f14c410 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Thu, 20 Mar 2025 14:06:20 +0100 Subject: [PATCH] Fixup documentation wording about trace padding close #42 --- trsfile/engine/trs.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/trsfile/engine/trs.py b/trsfile/engine/trs.py index 80e3b9f..450adb5 100644 --- a/trsfile/engine/trs.py +++ b/trsfile/engine/trs.py @@ -32,9 +32,8 @@ class TrsEngine(Engine): | live_update | Performs live update of the TRS file every N traces. True | | | for updating after every trace and False for never. | +--------------+-----------------------------------------------------------+ - | padding_mode | Padding mode to use. The supported values are: | - | | :py:attr:`trsfile.common.TracePadding.NONE` (default) | - | | :py:attr:`trsfile.common.TracePadding.AUTO` | + | padding_mode | See :py:class:`trsfile.common.TracePadding`. | + | | Defaults to `TracePadding.AUTO`. | +--------------+-----------------------------------------------------------+ """