mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Added missing comma, reported by Eric Raymond.
This commit is contained in:
parent
e779d4f03b
commit
9ade7e0110
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
\chapter{Generic Operating System Services}
|
\chapter{Generic Operating System Services \label{allos}}
|
||||||
\label{allos}
|
|
||||||
|
|
||||||
The modules described in this chapter provide interfaces to operating
|
The modules described in this chapter provide interfaces to operating
|
||||||
system features that are available on (almost) all operating systems,
|
system features that are available on (almost) all operating systems,
|
||||||
such as files and a clock. The interfaces are generally modelled
|
such as files and a clock. The interfaces are generally modelled
|
||||||
after the \UNIX{} or \C{} interfaces but they are available on most
|
after the \UNIX{} or C interfaces, but they are available on most
|
||||||
other systems as well. Here's an overview:
|
other systems as well. Here's an overview:
|
||||||
|
|
||||||
\localmoduletable
|
\localmoduletable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue