diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2013-03-26 16:38:11 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2013-03-26 16:38:11 -0400 |
| commit | ba25184ed5f0bf9b876dea3cf4312fa35b539a7c (patch) | |
| tree | 7cc1a5c4edb5bf0175c49d511e583d73bf9093f2 /docs/_templates | |
| parent | 7f1ad5c12772074eff08b204dd6f6f4abd4b534e (diff) | |
| download | python-requests-ba25184ed5f0bf9b876dea3cf4312fa35b539a7c.tar.gz | |
sp
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/sidebarintro.html | 2 | ||||
| -rw-r--r-- | docs/_templates/sidebarlogo.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 259468c9..0b5f674e 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -1,6 +1,6 @@ <p class="logo"> <a href="{{ pathto(master_doc) }}"> - <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" title="Rezzy the Request Sea Turtle"/> + <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" title="Rezzy the Requests Sea Turtle"/> </a> </p> diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index 51ab2390..48636c62 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -1,6 +1,6 @@ <p class="logo"> <a href="{{ pathto(master_doc) }}"> - <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" title="Rezzy the Request Sea Turtle"/> + <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" title="Rezzy the Requests Sea Turtle"/> </a> </p> <p> |
