From d239e26f6bb2d29f3f1f0098fc8050cf39efacfc Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 29 Jan 2023 14:46:35 +0100 Subject: [PATCH] docs: Add a missing newline Sphinx is annoyingly specific here --- doc_src/language.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/language.rst b/doc_src/language.rst index be642e4e2..16558cc88 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -90,6 +90,7 @@ More examples:: searches for lines ending in ``enabled)`` in ``foo.txt`` (the ``$`` is special to ``grep``: it matches the end of the line). :: + apt install "postgres-*" installs all packages with a name starting with "postgres-", instead of looking through the current directory for files named "postgres-something".