summaryrefslogtreecommitdiff
path: root/doc/source/tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/tutorial.rst')
-rw-r--r--doc/source/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst
index 6ca0fd87..33a0a884 100644
--- a/doc/source/tutorial.rst
+++ b/doc/source/tutorial.rst
@@ -384,7 +384,7 @@ Change configuration for a specific remote only::
o.config_writer.set("pushurl", "other_url")
-You can also specify an SSH key to use for any operations on the remotes:
+You can also specify an SSH key to use for any operations on the remotes::
private_key_file = project_dir+'id_rsa_deployment_key'
with repo.git.sshkey(private_key_file):