From 0b3da2c7e13ab3fd6fd366d48d071189d81c86a5 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Wed, 23 Dec 2015 09:14:38 +0100 Subject: [PATCH] fix typo --- content/contribute.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/contribute.rst b/content/contribute.rst index f45daed..14f212e 100644 --- a/content/contribute.rst +++ b/content/contribute.rst @@ -137,10 +137,10 @@ Run the command :: git format-patch origin/master -This will create “patch†file for each commit on your branch. Now simply send -these patches as email attachments to kwant-devel@kwant-project.org, together -with an explanation of your idea. You do not have to be subscribed to the -mailing list. +This will create a “patch†file for each commit on your branch. Now simply +send these patches as email attachments to kwant-devel@kwant-project.org, +together with an explanation of your idea. You do not have to be subscribed +to the mailing list. (Or, even better, use ``git send-email`` as shown in this `example of usage <https://kernel.org/pub/software/scm/git/docs/git-send-email.html#_example>`_ -- GitLab