summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2020-09-07 11:16:03 +0200
committerJoshua Nelson <joshua@yottadb.com>2020-09-07 08:55:08 -0400
commit1bb94b708e325d665f6ac5517e4f5b504e1b1f73 (patch)
tree0590f98abff07b3a53f3ad9b5cea346a4336e51d /src/doc/rustc-dev-guide
parent26d3f1fb5cb906e99843f6c51143e2326cc5640f (diff)
downloadrust-1bb94b708e325d665f6ac5517e4f5b504e1b1f73.tar.gz
rust-1bb94b708e325d665f6ac5517e4f5b504e1b1f73.zip
Update src/building/how-to-build-and-run.md
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
index f5262232267..1e67024988b 100644
--- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
@@ -6,7 +6,7 @@ be hacking on `rustc`, you'll want to tweak the configuration of the compiler.
 The default configuration is oriented towards running the compiler as a user,
 not a developer.
 
-For instructions on how to install python and other prerequisites,
+For instructions on how to install Python and other prerequisites,
 see [the next page](./prerequisites.md).
 
 ## Get the source code