From b40d65c578744ea61cc1e486a4d152e41dc9681f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 4 Jan 2018 09:33:19 +0530 Subject: [PATCH] ... --- manual/regexp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/regexp.rst b/manual/regexp.rst index fa3203c665..c7046f92b3 100644 --- a/manual/regexp.rst +++ b/manual/regexp.rst @@ -123,7 +123,7 @@ Well, that just about concludes the very short introduction to regular expressio One last word of warning, though: Regexps are powerful, but also really easy to get wrong. calibre provides really great testing possibilities to see if your expressions behave as you expect them to. Use them. Try not to shoot yourself in the foot. (God, I love that expression...) But should you, despite the warning, injure your foot (or any other body parts), try to learn from it. -Quick Reference +Quick reference ------------------- .. toctree::