about summary refs log tree commit diff
path: root/absl/copts/copts.py
diff options
context:
space:
mode:
Diffstat (limited to 'absl/copts/copts.py')
-rw-r--r--absl/copts/copts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/copts/copts.py b/absl/copts/copts.py
index 2fbba8830978..79689037367c 100644
--- a/absl/copts/copts.py
+++ b/absl/copts/copts.py
@@ -4,7 +4,7 @@ This is the source of truth for Abseil compiler options.  To modify Abseil
 compilation options:
 
   (1) Edit the appropriate list in this file.
-  (2) Run `python <path_to_absl>/copts/generate_copts.py`.
+  (2) Run `<path_to_absl>/copts/generate_copts.py`.
 
 The generated copts are consumed by configure_copts.bzl and
 AbseilConfigureCopts.cmake.