From: Francois Fleuret Date: Wed, 8 Mar 2017 18:29:01 +0000 (+0100) Subject: Typo. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=agtree2dot.git;a=commitdiff_plain;h=851d5b775e36519594627738cc5a18f47368e1f5 Typo. --- diff --git a/README.md b/README.md index 9b4017c..7f7bf6f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Introduction # This package provides a function that generates a dot file from the -auto-grad graph. +autograd graph. # Usage # @@ -9,7 +9,7 @@ auto-grad graph. ### agtree2dot.save_dot(variable, variable_labels, result_file) ### -Saves into `result_file` a dot file corresponding to the auto-grad graph for `variable`, which can be either a single `Variable` or a set of `Variable`s. The dictionary `variable_labels` associates strings to some variables, which will be used in the resulting graph. +Saves into `result_file` a dot file corresponding to the autograd graph for `variable`, which can be either a single `Variable` or a set of `Variable`s. The dictionary `variable_labels` associates strings to some variables, which will be used in the resulting graph. ## Example ##