From 69cea65b35a6f2207c2bafac41b9848f698cee2b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 25 May 2016 11:05:16 +0200 Subject: [PATCH] * doc/org/tut.org: Typo. --- doc/org/tut.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org/tut.org b/doc/org/tut.org index 609dc981e..b34ab01ce 100644 --- a/doc/org/tut.org +++ b/doc/org/tut.org @@ -34,7 +34,7 @@ three interfaces supported by Spot: shell commands, Python, or C++. * Examples in Python only -In directory the, =python/tests= [[file:install.org][Spot tarball]] contains a small +In directory =python/tests=, the [[file:install.org][Spot tarball]] contains a small collection of IPython notebooks. As the name of the directory implies, these are part of the test suite for the Python bindings, however they can be interesting to look at if you want to see more code examples.