From 039bb49ce2999f164bdc0bcb1fd4f4a9e0735d2a Mon Sep 17 00:00:00 2001
From: Lukas Bentkamp <lukas.bentkamp@uni-bayreuth.de>
Date: Mon, 7 Feb 2022 09:22:20 +0000
Subject: [PATCH] Fix quotes

---
 documentation/sphinx_static/bandpass.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/sphinx_static/bandpass.rst b/documentation/sphinx_static/bandpass.rst
index e4285ab7..8a3c12f0 100644
--- a/documentation/sphinx_static/bandpass.rst
+++ b/documentation/sphinx_static/bandpass.rst
@@ -27,7 +27,7 @@ and they are roughly the procedure followed when writing the
    is available.
 4. Write down simple outline of new code to implement within
    ``initialize``, ``work_on_current_iteration`` and ``finalize``.
-5. Create a new :code:``git`` branch to work on, :code:`feature/<mypptool>`.
+5. Create a new :code:`git` branch to work on, :code:`feature/<mypptool>`.
 6. One option is to start from preexisting tools such as :code:`get_rfields`
    and modify them accordingly.
    In particular simple standard modifications must be made to the :code:`PP.py`
-- 
GitLab