Fix typo (missing space in info text)

This commit is contained in:
413Michele 2023-10-19 15:54:26 +02:00 committed by GitHub
parent 0e7100f5a9
commit f4b3776e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1322,7 +1322,7 @@ def cli_index_strings():
'On macOS, the command line tools are inside the calibre bundle, for example,' 'On macOS, the command line tools are inside the calibre bundle, for example,'
' if you installed calibre in :file:`/Applications` the command line tools' ' if you installed calibre in :file:`/Applications` the command line tools'
' are in :file:`/Applications/calibre.app/Contents/MacOS/`. So, for example, to run :file:`ebook-convert`' ' are in :file:`/Applications/calibre.app/Contents/MacOS/`. So, for example, to run :file:`ebook-convert`'
'you would use: :file:`/Applications/calibre.app/Contents/MacOS/ebook-convert`.'), _( ' you would use: :file:`/Applications/calibre.app/Contents/MacOS/ebook-convert`.'), _(
'Documented commands'), _('Undocumented commands'), _( 'Documented commands'), _('Undocumented commands'), _(
'You can see usage for undocumented commands by executing them without arguments in a terminal.'), _( 'You can see usage for undocumented commands by executing them without arguments in a terminal.'), _(
'Change language'), _('Search') 'Change language'), _('Search')