You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by cj...@apache.org on 2017/11/05 20:30:18 UTC

[incubator-mxnet] 03/04: Tweak a markdown list in note_engine.md (#8533)

This is an automated email from the ASF dual-hosted git repository.

cjolivier01 pushed a commit to branch v0.12.0
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 39d7b59a0e15bf41cf1455b62ac02bfa6ec4ff59
Author: Brad Bowman <gi...@bereft.net>
AuthorDate: Fri Nov 3 22:57:24 2017 +0100

    Tweak a markdown list in note_engine.md (#8533)
---
 docs/architecture/note_engine.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/architecture/note_engine.md b/docs/architecture/note_engine.md
index dc0b84a..237d8d6 100644
--- a/docs/architecture/note_engine.md
+++ b/docs/architecture/note_engine.md
@@ -274,7 +274,7 @@ most existing code can be scheduled by the dependency engine in two steps:
 
 
 1. Allocate the variable tags associated with resources like memory blob, PRNGS.
-	- Call `push` with the execution function as the original code to execute, and put the variable tags of
+2. Call `push` with the execution function as the original code to execute, and put the variable tags of
   corresponding resources correctly in `read_vars` and `mutate_vars`.
 
 ## Implementing the Generic Dependency Engine

-- 
To stop receiving notification emails like this one, please contact
"commits@mxnet.apache.org" <co...@mxnet.apache.org>.