From f9c30534870cb84b2109b0ea9d6edc0b36876f8b Mon Sep 17 00:00:00 2001 From: whfairy2007 Date: Thu, 29 Jun 2017 14:05:34 +0100 Subject: [PATCH] Update tutorial.rst --- docs/user/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/tutorial.rst b/docs/user/tutorial.rst index bdfc0f027..14eee4218 100755 --- a/docs/user/tutorial.rst +++ b/docs/user/tutorial.rst @@ -1137,7 +1137,7 @@ In the PTB tutorial, we set ``batch_size = 20``, so we divide the dataset into 2 At the beginning of each epoch, we initialize (reset) the 20 RNN states for the 20 segments to zero, then go through the 20 segments separately. -A example of generating training data is as follows: +An example of generating training data is as follows: .. code-block:: python