From 237262ca3af49838d1401b37d7964de344927345 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sat, 16 Nov 2024 20:17:58 -0800 Subject: [PATCH] docs: fix refs to precompile source retention flag/attr in precompiling docs --- docs/precompiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/precompiling.md b/docs/precompiling.md index 9b2e816ec4..a46608f77e 100644 --- a/docs/precompiling.md +++ b/docs/precompiling.md @@ -45,8 +45,8 @@ A pyc-only build (aka "source less" builds) is when only `.pyc` files are included; the source `.py` files are not included. To enable this, set -{obj}`--@rules_python//python/config_settings:precompile_source_retention=omit_source` -flag on the command line or the {attr}`precompile_source_retention=omit_source` +{bzl:obj}`--@rules_python//python/config_settings:precompile_source_retention=omit_source` +flag on the command line or the {bzl:attr}`precompile_source_retention=omit_source` attribute on specific targets. The advantage of pyc-only builds are: