From 904f34ca40e21ab06ece03a26158cdb799083b0f Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Thu, 23 Jun 2016 07:27:04 -0400 Subject: [PATCH] Remove unnecessary punctuation --- doc/manual/control-flow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/control-flow.rst b/doc/manual/control-flow.rst index 25486060dbbb7..98ff5413e13dd 100644 --- a/doc/manual/control-flow.rst +++ b/doc/manual/control-flow.rst @@ -769,7 +769,7 @@ Warnings and informational messages Julia also provides other functions that write messages to the standard error I/O, but do not throw any :exc:`Exception`\ s and hence do not interrupt -execution.: +execution: .. doctest::