From 89dfee5221180aa49b559f22eb6d5bf6bc14c769 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 26 Jun 2018 11:23:57 -0700 Subject: Fix minor errors in[] PiperOrigin-RevId: 202161910 --- site/docs/skylark/bzl-style.md | 4 ++-- 1 file 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 -- cgit v1.2.3