path, the opposite of the MacOS convention with colons).
This, of course, only applies to pathnames given to Distutils functions.
-If you, for example, use standard python functions such as glob.glob
-or os.listdir to specify files, you should be careful to write portable
-code instead of hardcoding path separators:
+If you, for example, use standard Python functions such as
+\function{glob.glob()} or \function{os.listdir()} to specify files,
+you should be careful to write portable code instead of hardcoding
+path separators:
\begin{verbatim}
glob.glob(os.path.join('mydir', 'subdir', '*.html'))