aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/spec.md b/site/docs/skylark/spec.md
index 8c6ab5d391..943d1c50c5 100644
--- a/site/docs/skylark/spec.md
+++ b/site/docs/skylark/spec.md
@@ -17,7 +17,7 @@ Another implementation in Go can be found here: https://github.com/google/skylar
This document was derived from the [description of the Go
implementation](https://github.com/google/skylark/blob/master/doc/spec.md)
of Skylark.
-It was was influenced by the Python specification,
+It was influenced by the Python specification,
Copyright 1990–2017, Python Software Foundation,
and the Go specification, Copyright 2009–2017, The Go Authors. It is
now maintained by the Bazel team.