summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-22 16:22:15 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-22 16:22:21 +0100
commit2ce3fe7cef8910aadc2a2b39a3dab4242a751380 (patch)
treef7d25f8897aac64b434ad4282a917ed32ae34952 /doc
parent6f038611ff120f8283f0f1a56962f95b66730c72 (diff)
downloadgitpython-2ce3fe7cef8910aadc2a2b39a3dab4242a751380.tar.gz
Intermediate commit on my way to get this finalized.
Renamed context manager 'with_environment' to 'custom_environment'. On my way to implement sshkey test.
Diffstat (limited to 'doc')
-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):