mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
SF bug#1038917 fix typos (Contributed by George Yoshida.)
This commit is contained in:
parent
880430e2a5
commit
565ea5ae37
5 changed files with 5 additions and 5 deletions
|
@ -121,7 +121,7 @@ Specifiers. Upon instantiation you should pass a selector in
|
|||
\end{classdesc}
|
||||
|
||||
\begin{classdesc}{NProperty}{fr}
|
||||
Abstract basclass for an OSA property. The subclass should set the class
|
||||
Abstract baseclass for an OSA property. The subclass should set the class
|
||||
attributes \code{want} and \code{which} to designate which property we
|
||||
are talking about. Instances of subclasses of this class are Object
|
||||
Specifiers.
|
||||
|
|
|
@ -74,7 +74,7 @@ following methods:
|
|||
|
||||
|
||||
\begin{methoddesc}{launchurl}{url\optional{, hint}}
|
||||
Parse the given URL, lauch the correct application and pass it the
|
||||
Parse the given URL, launch the correct application and pass it the
|
||||
URL. The optional \var{hint} can be a scheme name such as
|
||||
\code{'mailto:'}, in which case incomplete URLs are completed with this
|
||||
scheme. If \var{hint} is not provided, incomplete URLs are invalid.
|
||||
|
|
|
@ -384,7 +384,7 @@ execute it or smaller selections of it.
|
|||
You can create a new script, open a previously saved script, and save
|
||||
your currently open script by selecting the appropriate item in the
|
||||
``File'' menu. Dropping a Python script onto the
|
||||
\program{Python IDE} will open it for editting.
|
||||
\program{Python IDE} will open it for editing.
|
||||
|
||||
If you try to open a script with the \program{Python IDE} but either
|
||||
can't locate it from the ``Open'' dialog box, or you get an error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue