Skip to content

Commit

Permalink
Fix improper rst
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 20, 2024
1 parent eb2275f commit 00182a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ini2toml/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00182a3

Please sign in to comment.