Skip to content

Commit 46fedb9

Browse files
authored
Merge pull request #172 from whfairy2007/patch-1
Update tutorial.rst
2 parents 0dd6f8a + f9c3053 commit 46fedb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ In the PTB tutorial, we set ``batch_size = 20``, so we divide the dataset into 2
11371137
At the beginning of each epoch, we initialize (reset) the 20 RNN states for the 20
11381138
segments to zero, then go through the 20 segments separately.
11391139

1140-
A example of generating training data is as follows:
1140+
An example of generating training data is as follows:
11411141

11421142
.. code-block:: python
11431143

0 commit comments

Comments
 (0)