diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 0b6bdf474195d..81c239b62130b 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -812,7 +812,7 @@ def rustfmt_stamp(self): return os.path.join(self.bin_root(True), '.rustfmt-stamp') def llvm_stamp(self): - """Return the path for .rustfmt-stamp + """Return the path for .llvm-stamp >>> rb = RustBuild() >>> rb.build_dir = "build"