mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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}
|
||||
\label{allos}
|
||||
\chapter{Generic Operating System Services \label{allos}}
|
||||
|
||||
The modules described in this chapter provide interfaces to operating
|
||||
system features that are available on (almost) all operating systems,
|
||||
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:
|
||||
|
||||
\localmoduletable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue