From 283ed2b58272b69835424790ec27f376dcbcf696 Mon Sep 17 00:00:00 2001
From: wfullmer <william.fullmer@netl.doe.gov>
Date: Mon, 6 Dec 2021 14:01:27 -0500
Subject: [PATCH] add missing :cpp: formatter

---
 docs/source/inputs/InputsHypre.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/inputs/InputsHypre.rst b/docs/source/inputs/InputsHypre.rst
index ee43e2e..8bf0500 100644
--- a/docs/source/inputs/InputsHypre.rst
+++ b/docs/source/inputs/InputsHypre.rst
@@ -11,7 +11,7 @@ These settings must be preceded by the hypre_namespace setting corresponding
 to the solver (see :ref:`Chap:InputsMultigrid`).
 
 NOTE: If either the :cpp:`nodal_proj` or :cpp:`mac_proj` bottom solvers are 
-set to :cpp:`hypre`, the default behavior is to set the `hypre_namespace = "hypre"`. 
+set to :cpp:`hypre`, the default behavior is to set the :cpp:`hypre_namespace = "hypre"`. 
 In that case, the settings below should be preceded by the (default) hypre namespace, 
 :cpp:`hypre`, and apply to either or all solvers which use hypre. However, 
 the hypre namespace can be set at the solver level so that the hypre settings 
-- 
GitLab