From 100ac4d4ff10f6284c72f51a78e5e69605407874 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Thu, 23 Jul 2020 22:23:32 +0200 Subject: [PATCH] Typo in doc --- doc/source/doc/exploration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/doc/exploration.rst b/doc/source/doc/exploration.rst index d53eb3a..dd9df19 100644 --- a/doc/source/doc/exploration.rst +++ b/doc/source/doc/exploration.rst @@ -37,7 +37,7 @@ The iteration over the model is as before, but now, for every action, we can hav ... print("From state {} by action {}, with probability {}, go to state {}".format(state, action, transition.value(), transition.column)) -etc- -The output (omitted for brievety) contains sentences like:: +The output (omitted for brevity) contains sentences like:: From state 1 by action 0, with probability 1.0, go to state 2 From state 1 by action 1, with probability 1.0, go to state 1