Skip to content

Commit cfdda73

Browse files
committed
correct 2 invalid links + wrap the paragraph
1 parent 161e5ca commit cfdda73

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,17 @@ Step by step:
8181
git remote add upstream https://github.com/python/python-docs-fr.git
8282
8383
Next, you need to find a file to work on.
84-
You can use `potodo <https://github.com/seluj78/potodo>`, a tool made to find ``po`` to do.
84+
You can use `potodo <https://github.com/seluj78/potodo>`_, a tool made to find ``po`` to do.
8585
Install it using pip (``pip install potodo``) in a ``python3.7`` environement.
8686
Then run the command ``potodo`` in your cloned fork.
8787
From the list returned by the command, you can choose any file that is not reserved.
8888

8989
**We recommend not starting with a file from ``c-api`` as it is very technical.**
9090

91-
Once you've choosen a file to work one, please open an `issue on github <https://github.com/python/python-docs-fr>` in the format of `I'm working on FOLDER/FILE.po`. This is done to update ``potodo`` as it checks the github API for reserved ``.po`` files in issues and pull requests.
91+
Once you've choosen a file to work one, please open an
92+
`issue on github <https://github.com/python/python-docs-fr>`_ in the format of
93+
`I'm workingon FOLDER/FILE.po`. This is done to update ``potodo`` as it checks
94+
the github API for reserved ``.po`` files in issues and pull requests.
9295

9396
Now you're ready to start a work session. Each time you'll start a new file, start here:
9497

0 commit comments

Comments
 (0)