fix wrong python package name

change 'gremlin_python' to 'gremlinpython'

https://pypi.python.org/pypi/gremlinpython/3.2.3

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe5f557a
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fe5f557a
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fe5f557a

Branch: refs/heads/TINKERPOP-1602
Commit: fe5f557a79e5464b8b8732107ce129e956274323
Parents: 70cf34b
Author: Ranger Tsao <cao.zh...@gmail.com>
Authored: Tue Jan 24 00:33:21 2017 +0800
Committer: GitHub <nore...@github.com>
Committed: Tue Jan 24 00:33:21 2017 +0800

----------------------------------------------------------------------
 docs/src/tutorials/gremlin-language-variants/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fe5f557a/docs/src/tutorials/gremlin-language-variants/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/gremlin-language-variants/index.asciidoc 
b/docs/src/tutorials/gremlin-language-variants/index.asciidoc
index abd402b..cb419d5 100644
--- a/docs/src/tutorials/gremlin-language-variants/index.asciidoc
+++ b/docs/src/tutorials/gremlin-language-variants/index.asciidoc
@@ -308,7 +308,7 @@ VM communicates with the JVM.
 [source,bash]
 ----
 # sudo easy_install pip
-$ pip install gremlin_python
+$ pip install gremlinpython
 ----
 
 The Groovy source code below uses Java reflection to generate a Python class 
that is in 1-to-1 correspondence with

Reply via email to