From 1433bfd74594919f38583a51822389d598a2c07f Mon Sep 17 00:00:00 2001 From: Yacin Tmimi Date: Fri, 8 Apr 2022 10:41:00 -0400 Subject: [PATCH] Fix typo in bootstrap.py --- src/bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 0b6bdf474195..81c239b62130 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"