summaryrefslogtreecommitdiffstats
path: root/Doc/ext/unix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/ext/unix.tex')
-rw-r--r--Doc/ext/unix.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/unix.tex b/Doc/ext/unix.tex
index 7e6dfd2..396909e 100644
--- a/Doc/ext/unix.tex
+++ b/Doc/ext/unix.tex
@@ -13,7 +13,7 @@ custom interpreters. The make file make file builds a make file
that reflects various system variables determined by configure when
the Python interpreter was built, so people building module's don't
have to resupply these settings. This vastly simplifies the process
-of building extensions and custom interpreters on Unix systems.
+of building extensions and custom interpreters on \UNIX{} systems.
The make file make file is distributed as the file
\file{Misc/Makefile.pre.in} in the Python source distribution. The