diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index d437397045c64..ac1c47524fd0e 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -817,7 +817,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"