#7388: "python".capitalize() in the Doc
diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst
index f01b0a0..622b787 100644
--- a/Doc/faq/extending.rst
+++ b/Doc/faq/extending.rst
@@ -432,7 +432,7 @@
--------------------------------------------------------------------
To dynamically load g++ extension modules, you must recompile Python, relink it
-using g++ (change LINKCC in the python Modules Makefile), and link your
+using g++ (change LINKCC in the Python Modules Makefile), and link your
extension module using g++ (e.g., ``g++ -shared -o mymodule.so mymodule.o``).