mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Reword paragraph to match the order of the subsequent sections
This commit is contained in:
parent
144691cfd8
commit
3ec3f78c8a
1 changed files with 2 additions and 2 deletions
|
@ -585,8 +585,8 @@ files are what the \module{gettext} module uses for the actual
|
|||
translation processing during run-time.
|
||||
|
||||
How you use the \module{gettext} module in your code depends on
|
||||
whether you are internationalizing your entire application or a single
|
||||
module.
|
||||
whether you are internationalizing a single module or your entire application.
|
||||
The next two sections will discuss each case.
|
||||
|
||||
\subsubsection{Localizing your module}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue