aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm
index 2c6d8c4cb7..1477a1afa9 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm
@@ -20,8 +20,10 @@ title: Predefined Python Variables
#end
<h3 id="packagename">PACKAGE_NAME</h3>
<p>
- This is a string variable with the name
- of the package being evaluated. The value is unaffected by subinclude.
+ This is a string variable with the name of the package being evaluated. In
+ particular, when <code>PACKAGE_NAME</code> appears in a <code>.bzl</code>
+ file, its value will be the package that <i>uses</i> the .bzl file, not the
+ package that contains it.
</p>
#if (!$singlePage)