diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index 93cd51f58e..0bd93ad6b4 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -263,8 +263,8 @@ OptionRecommendation(name='level2_toc', OptionRecommendation(name='level3_toc', recommended_value=None, level=OptionRecommendation.LOW, help=_('XPath expression that specifies all tags that should be ' - 'added to the Table of Contents at level three. Each entry ' - 'is added under the previous level two entry.' + 'added to the Table of Contents at level three. Each entry ' + 'is added under the previous level two entry.' ' See the XPath Tutorial in the calibre User Manual for examples.' ) ),