mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix a few typos
This commit is contained in:
parent
1cf8a3203d
commit
60533e03e9
1 changed files with 3 additions and 3 deletions
|
@ -521,7 +521,7 @@ Defining a base prefix
|
|||
""""""""""""""""""""""
|
||||
|
||||
When you define your resources, you can have more control of how the final path
|
||||
is compute.
|
||||
is computed.
|
||||
|
||||
By default, the final path is::
|
||||
|
||||
|
@ -548,7 +548,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html".
|
|||
|
||||
.. note::
|
||||
|
||||
Glob syntax is working the same way with standard source and splitted source.
|
||||
Glob syntax is working the same way with standard source and split source.
|
||||
So these rules::
|
||||
|
||||
docs/*
|
||||
|
@ -557,7 +557,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html".
|
|||
|
||||
Will match all the files in the docs directory.
|
||||
|
||||
When you use splitted source, the final path is compute in this way::
|
||||
When you use split source, the final path is computed this way::
|
||||
|
||||
destination + prefix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue