From 95aa2f2f5ca46117468792ad3d2e026dcc4f617a Mon Sep 17 00:00:00 2001 From: Jaques Grobler <jaquesgrobler@gmail.com> Date: Wed, 1 Feb 2012 15:32:42 +0100 Subject: [PATCH] Shortened a line in the code --- doc/developers/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developers/index.rst b/doc/developers/index.rst index ce881fff38..e6a4a6e7d7 100644 --- a/doc/developers/index.rst +++ b/doc/developers/index.rst @@ -106,7 +106,8 @@ email to the mailing list in order to get more visibility. .. note:: In the above setup, your ``origin`` remote-repository points to - YourLogin/scikit-learn.git. If you wish to `fetch/merge` from the main repository instead of your `forked` one, you'll need + YourLogin/scikit-learn.git. If you wish to `fetch/merge` from the main + repository instead of your `forked` one, you'll need to add another remote to use instead of ``origin``. If we choose the name ``upstream`` for it, the command will be:: -- GitLab