aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-06-26 11:23:57 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-26 11:26:13 -0700
commit89dfee5221180aa49b559f22eb6d5bf6bc14c769 (patch)
tree25446bfdfc6961166895e587cfd2fdaf7930e0d4 /site/docs
parent6b6fa759eb8c9772654445fe474b1bc15b84bb13 (diff)
Fix minor errors in[]
PiperOrigin-RevId: 202161910
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/skylark/bzl-style.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/skylark/bzl-style.md b/site/docs/skylark/bzl-style.md
index b9a2df6dc6..a80524e7cd 100644
--- a/site/docs/skylark/bzl-style.md
+++ b/site/docs/skylark/bzl-style.md
@@ -46,8 +46,8 @@ to make your files easy to process, both by humans and tools.
* When in doubt, follow the [Python style
guide](https://www.python.org/dev/peps/pep-0008/). In particular, use 4
- 4 spaces for indentation (we previously recommended 2, but we now
- follow the Python convention).
+ spaces for indentation (we previously recommended 2, but we now follow the
+ Python convention).
* Document files and functions using [docstrings](skylint.md#docstrings). Use
a docstring at the top of each `.bzl` file, and a docstring for each public