From 3e968852bb8e526f097723361708e87cd481c534 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Thu, 7 Jul 2022 16:44:35 -0500 Subject: [PATCH] Fix the lone documentation build warning --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index bed272b5..b814976a 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -14,7 +14,7 @@ Installing from PyPI using pip $ python -m pip install -U |project_name| # or to install the watchmedo utility: - $ python -m pip install -U |project_name|[watchmedo] + $ python -m pip install -U |project_name|\[watchmedo] Installing from source tarballs -------------------------------