This is an automated email from the ASF dual-hosted git repository.

dkuppitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ecbd52  CTR: Fixed paranthesis in docs pre-processor
7ecbd52 is described below

commit 7ecbd5209d1bc1a5f5cfe20b97bf9f4a4eaad8cf
Author: Daniel Kuppitz <[email protected]>
AuthorDate: Tue Jan 8 12:52:00 2019 -0700

    CTR: Fixed paranthesis in docs pre-processor
---
 docs/preprocessor/awk/language-variants.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/preprocessor/awk/language-variants.awk 
b/docs/preprocessor/awk/language-variants.awk
index bdbe6c7..d6645d1 100644
--- a/docs/preprocessor/awk/language-variants.awk
+++ b/docs/preprocessor/awk/language-variants.awk
@@ -41,7 +41,7 @@ BEGIN {
         gsub(/^==>/, "")
         $0 = gensub(/processTraversal\("""(.*)"""\, jython, groovy)/, "\\1", 1)
         $0 = gensub("g\\.V\\(([^\\)]+)", "g.V(Bindings\\.of('id',\\1)", "g")
-        print 
gensub("g\\.V\\(Bindings.of\\('id',(Bindings.of\\([^\\)]+\\))\\)", "g.V(\\1)", 
"g")
+        print 
gensub("g\\.V\\(Bindings.of\\('id',(Bindings.of\\([^\\)]+\\))\\)\\)", 
"g.V(\\1)", "g")
         break
       default:
         print

Reply via email to