tutorial/modules.po: 1 fuzzy #139

Merged
ChristopheNan merged 1 commits from deronnax/python-docs-fr:tutorial_module into 3.11 2023-05-14 07:18:59 +00:00
Collaborator

le commit provoquant la fuzziness est une simple correction, qu'on avait déjà corrigé downstream, évidemment

commit a166cb4131587bbab05bde491fc95eb65523b2c9
Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date:   Tue Mar 14 17:11:56 2023 -0700

    gh-102703: Fix typo in modules tutorial documentation (GH-102707)


    **Before**
    This prevents directories with a common name, such as ``string``, unintentionally hiding ...
    **After**
    This prevents directories with a common name, such as ``string``, from unintentionally hiding ..
.
    (cherry picked from commit 0a539b5db312d126ff45dd4aa6a53d40a292c512)

    Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com>

diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index ad70d92994..4daafa49a3 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -438,7 +438,7 @@ When importing the package, Python searches through the directories on

 The :file:`__init__.py` files are required to make Python treat directories
 containing the file as packages.  This prevents directories with a common name,
-such as ``string``, unintentionally hiding valid modules that occur later
+such as ``string``, from unintentionally hiding valid modules that occur later
 on the module search path. In the simplest case, :file:`__init__.py` can just be
 an empty file, but it can also execute initialization code for the package or
 set the ``__all__`` variable, described later.
le commit provoquant la fuzziness est une simple correction, qu'on avait déjà corrigé downstream, évidemment ``` commit a166cb4131587bbab05bde491fc95eb65523b2c9 Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue Mar 14 17:11:56 2023 -0700 gh-102703: Fix typo in modules tutorial documentation (GH-102707) **Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding .. . (cherry picked from commit 0a539b5db312d126ff45dd4aa6a53d40a292c512) Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com> diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index ad70d92994..4daafa49a3 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -438,7 +438,7 @@ When importing the package, Python searches through the directories on The :file:`__init__.py` files are required to make Python treat directories containing the file as packages. This prevents directories with a common name, -such as ``string``, unintentionally hiding valid modules that occur later +such as ``string``, from unintentionally hiding valid modules that occur later on the module search path. In the simplest case, :file:`__init__.py` can just be an empty file, but it can also execute initialization code for the package or set the ``__all__`` variable, described later. ```
deronnax added 1 commit 2023-05-13 21:29:26 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
3e2c117fe4
tutorial/modules.po: 1 fuzzy
ChristopheNan approved these changes 2023-05-14 07:18:22 +00:00
ChristopheNan merged commit ea2647a58e into 3.11 2023-05-14 07:18:59 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AFPy/python-docs-fr#139
No description provided.