From 161f81a31444a97b231817e5b5a7c61536d9b915 Mon Sep 17 00:00:00 2001 From: Nico Maillet <nicolas.maillet@pasteur.fr> Date: Fri, 21 Apr 2023 11:11:50 +0200 Subject: [PATCH] Better doc --- docs/userguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index eef6b43..3b506a7 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -55,7 +55,7 @@ You can download the source code from Pasteur's **Gitlab**: https://gitlab.paste In order to directly run **RPG** from source, you need to copy file ``tests/context.py`` into ``rpg`` folder. -Then, uncomment line 42 of ``rpg/RapidePeptideGenerator.py``. Modify: +Then, uncomment line 42 of ``rpg/RapidPeptidesGenerator.py``. Modify: .. code-block:: python -- GitLab