mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Typo fix
This commit is contained in:
parent
63083c3dad
commit
95b0478c07
1 changed files with 1 additions and 1 deletions
|
|
@ -11679,7 +11679,7 @@ Changes to the build process
|
|||
- The way GNU readline is configured is totally different. The
|
||||
--with-readline configure option is gone. It is now an extension
|
||||
module, which may be loaded dynamically. You must enable it (and
|
||||
specify the correct linraries to link with) in the Modules/Setup file.
|
||||
specify the correct libraries to link with) in the Modules/Setup file.
|
||||
Importing the module installs some hooks which enable command line
|
||||
editing. When the interpreter shell is invoked interactively, it
|
||||
attempts to import the readline module; when this fails, the default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue