You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by da...@apache.org on 2017/01/15 18:42:33 UTC

tinkerpop git commit: removed misleading comment

Repository: tinkerpop
Updated Branches:
  refs/heads/python_driver fb7e7f255 -> 0298b77de


removed misleading comment


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

Branch: refs/heads/python_driver
Commit: 0298b77de709111f1ad17c181cd1e1a78c18a128
Parents: fb7e7f2
Author: davebshow <da...@gmail.com>
Authored: Sun Jan 15 13:42:18 2017 -0500
Committer: davebshow <da...@gmail.com>
Committed: Sun Jan 15 13:42:18 2017 -0500

----------------------------------------------------------------------
 gremlin-python/src/main/jython/gremlin_python/driver/client.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0298b77d/gremlin-python/src/main/jython/gremlin_python/driver/client.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/gremlin_python/driver/client.py b/gremlin-python/src/main/jython/gremlin_python/driver/client.py
index 74401d4..3fe29c6 100644
--- a/gremlin-python/src/main/jython/gremlin_python/driver/client.py
+++ b/gremlin-python/src/main/jython/gremlin_python/driver/client.py
@@ -36,10 +36,7 @@ except ImportError:
 
 
 class Client:
-    """
-    This class provides the main interface and should be passed to
-    traversal objects using withRemote.
-    """
+
     def __init__(self, url, traversal_source, protocol_factory=None,
                  transport_factory=None, pool_size=None, max_workers=None,
                  username="", password=""):