Skip to content

Commit 1b2e729

Browse files
c24bChristophe Nanteuil
authored andcommitted
Update CONTRIBUTING.rst (#311)
Updated version 3.11 to 3.13 Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/311 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: c24b <4barbes@gmail.com> Co-committed-by: c24b <4barbes@gmail.com>
1 parent 5fa9963 commit 1b2e729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,21 +242,21 @@ Création de la branche de traduction
242242
243243
Vous êtes maintenant prêt. Pour travailler, nous avons besoin d'une
244244
branche, basée sur une version à jour (fraîchement récupérée) de la
245-
branche « upstream/3.11 ». On met donc à jour notre version locale.
245+
branche « upstream/3.13 ». On met donc à jour notre version locale.
246246
247247
.. code-block:: bash
248248
249249
git fetch upstream
250250
251251
252-
On crée ensuite la branche, en la basant sur « upstream/3.11 », fraîchement récupérée.
252+
On crée ensuite la branche, en la basant sur « upstream/3.13 », fraîchement récupérée.
253253
Il est pratique de nommer cette branche en fonction du
254254
fichier sur lequel on travaille. Par exemple, si vous travaillez sur
255255
« library/sys.po », vous pouvez nommer votre branche « library-sys ».
256256
257257
.. code-block:: bash
258258
259-
git switch -c library-sys upstream/3.11
259+
git switch -c library-sys upstream/3.13
260260
261261
262262

0 commit comments

Comments
 (0)