You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/05/04 10:41:06 UTC

[06/50] [abbrv] incubator-tinkerpop git commit: sorry. another minor nothing. done for the day with this.

sorry. another minor nothing. done for the day with this.


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

Branch: refs/heads/TINKERPOP-946
Commit: 343a34bc6a4bb07dc0e61604c811107f00530b33
Parents: cc66ba5
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Apr 21 09:41:39 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Apr 21 09:41:39 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/343a34bc/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 dc384c2..4dc2aed 100644
--- a/docs/src/tutorials/gremlin-language-variants/index.asciidoc
+++ b/docs/src/tutorials/gremlin-language-variants/index.asciidoc
@@ -579,7 +579,6 @@ pythonClass.append(
   def __init__(self, traversalString, gremlinServerURI=None):
     self.traversalString = traversalString
     self.gremlinServerURI = gremlinServerURI
-    self.result = None
   def __repr__(self):
     return self.traversalString;
   def __getitem__(self,index):