From 299fe74758ce142aede8e90e9f2839b1b211db7c Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Mon, 6 May 2024 11:49:24 -0700 Subject: [PATCH] "Remove extra :" The extra colon caused sphinx to expect a literal block, but it was in fact just a typo --- showcase/openfe_showcase.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/openfe_showcase.ipynb b/showcase/openfe_showcase.ipynb index 934a66e..971c9d4 100644 --- a/showcase/openfe_showcase.ipynb +++ b/showcase/openfe_showcase.ipynb @@ -1214,7 +1214,7 @@ "### Defining the RBFE simulation settings\n", "\n", "There are various different parameters which can be set to determine\n", - "how the RBFE simulation will take place. To allow for maximum user flexibility, these are defined as a series of settings objects which control the following::\n", + "how the RBFE simulation will take place. To allow for maximum user flexibility, these are defined as a series of settings objects which control the following:\n", "\n", "1. `protocol_repeats`: The number of completely independent repeats of the entire sampling process.\n", "\n",