You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/10/24 17:32:49 UTC

[06/50] tinkerpop git commit: Upgrade docs had some bad formatting CTR

Upgrade docs had some bad formatting CTR


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

Branch: refs/heads/TINKERPOP-1389
Commit: c59526185d0b5ad1c4d24f0be74df45079fa359d
Parents: 114fc5f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Oct 14 13:31:06 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Oct 14 13:31:06 2016 -0400

----------------------------------------------------------------------
 docs/src/upgrade/release-3.2.x-incubating.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c5952618/docs/src/upgrade/release-3.2.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index ea2d4e6..a89fe86 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -203,7 +203,7 @@ a `SubgraphStrategy`, it does the following:
 ----
 g = Graph().traversal().withRemote(connection).
         withStrategies(SubgraphStrategy(vertices=__.hasLabel('person'),edges=__.has('weight',gt(0.5))))
----
+----
 
 The `SubgraphStrategy.create(Configuration)`-method is defined as: