Fix typo in bootstrap.py

This commit is contained in:
Yacin Tmimi 2022-04-08 10:41:00 -04:00 committed by Yacin Tmimi
parent e4f5b15b88
commit 1433bfd745

View file

@ -812,7 +812,7 @@ class RustBuild(object):
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"