From 6763cda116d29a8e4dd0e325f7bbeb0c623ed3a5 Mon Sep 17 00:00:00 2001 From: jablonskidev <36643503+jablonskidev@users.noreply.github.com> Date: Mon, 21 Dec 2020 16:04:44 -0800 Subject: [PATCH 1/2] Made wording more welcoming Based on open issue #522: https://github.com/python/devguide/issues/522 --- documenting.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/documenting.rst b/documenting.rst index b1a3151d8e..d8349e8e79 100644 --- a/documenting.rst +++ b/documenting.rst @@ -1792,10 +1792,7 @@ Ask on doc-sig, or better, make a PR on the `devguide I have a translation, but not on git, what should I do? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Just ask for help on the doc-sig mailing list and our python-fu, git-fu -and bash-fu combined will help you create an appropriate repository. If -you use a tool like transifex don’t worry. Keeping them in sync is not -that hard. +You can ask for help on the doc-sig mailing list, and the team will help you create an appropriate repository. You can still use tools like transifex, if you like. My git hierarchy does not match yours, can I keep it? From 1abc910dad66c6ccc9b80f05f87ee0eddb81e4b0 Mon Sep 17 00:00:00 2001 From: jablonskidev <36643503+jablonskidev@users.noreply.github.com> Date: Mon, 21 Dec 2020 16:16:43 -0800 Subject: [PATCH 2/2] Limit line length to 80 characters Co-authored-by: Mariatta --- documenting.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documenting.rst b/documenting.rst index d8349e8e79..ebf5a58e2e 100644 --- a/documenting.rst +++ b/documenting.rst @@ -1792,7 +1792,9 @@ Ask on doc-sig, or better, make a PR on the `devguide I have a translation, but not on git, what should I do? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -You can ask for help on the doc-sig mailing list, and the team will help you create an appropriate repository. You can still use tools like transifex, if you like. +You can ask for help on the doc-sig mailing list, and the team will help you +create an appropriate repository. You can still use tools like transifex, +if you like. My git hierarchy does not match yours, can I keep it?