From 710fc10a798b5b2a76a2ecfaa481f50f5dc8ed43 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Jun 2013 07:25:26 +0530 Subject: [PATCH] Fix string. --- src/calibre/library/cli.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/calibre/library/cli.py b/src/calibre/library/cli.py index 5c4a346439..770502c826 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -731,10 +731,10 @@ datatype is one of: {0} 'int, float: number_format\n' 'text: is_names, use_decorations\n' '\n' - 'The best way to find legal combinations is to create a custom' - 'column of the appropriate type in the GUI then look at the' - 'backup OPF for a book (ensure that a new OPF has been created' - 'since the column was added). You will see the JSON for the' + 'The best way to find legal combinations is to create a custom ' + 'column of the appropriate type in the GUI then look at the ' + 'backup OPF for a book (ensure that a new OPF has been created ' + 'since the column was added). You will see the JSON for the ' '"display" for the new column in the OPF.')) return parser