From 1670bf710fedfa59d0ca7514d6e5e2448ef00850 Mon Sep 17 00:00:00 2001 From: apense Date: Thu, 16 Jul 2015 20:44:54 -0400 Subject: [PATCH] Removed erroneous star --- docstyle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docstyle.rst b/docstyle.rst index d4443027b7..5f7cf03d5c 100644 --- a/docstyle.rst +++ b/docstyle.rst @@ -20,7 +20,7 @@ Code samples are encouraged, and should follow the general RST syntax: ## The ``universe`` module computes the answer to life, the universe, and everything. ## ## .. code-block:: Nim - ## echo computeAnswerString*() # "42" + ## echo computeAnswerString() # "42" Within this top-level comment, you can indicate the authorship and copyright of the code, which will be featured in the produced documentation.