From 00182a3564e74abcddee867270da200a64c0c109 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Sat, 20 Apr 2024 20:12:37 +0100 Subject: [PATCH] Fix improper rst --- src/ini2toml/transformations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ini2toml/transformations.py b/src/ini2toml/transformations.py index 5c58f88..de0e4c4 100644 --- a/src/ini2toml/transformations.py +++ b/src/ini2toml/transformations.py @@ -58,7 +58,7 @@ For example: transforming ``"2"`` (string) into ``2`` (integer). - The second one tries to preserve metadata (such as comments) from the original CFG/INI file. This kind of transformation processes a string value into an intermediary - representation (e.g. :obj:`Commented`, :obj:`CommentedList`, obj:`CommentedKV`) + representation (e.g. :obj:`Commented`, :obj:`CommentedList`, :obj:`CommentedKV`) that needs to be properly handled before adding to the TOML document. In a higher level we can also consider an ensemble of transformations that transform an