Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit e530d18

Browse files
committed
Title case.
1 parent fb4db15 commit e530d18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===============================
2-
Hyper: HTTP/2 client for Python
2+
Hyper: HTTP/2 Client for Python
33
===============================
44

55
.. image:: https://travis-ci.org/Lukasa/hyper.png?branch=master

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Hyper: HTTP/2 client for Python
6+
Hyper: HTTP/2 Client for Python
77
===============================
88

99
Release v\ |version|.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def resolve_install_requires():
3838
setup(
3939
name='hyper',
4040
version=version,
41-
description='HTTP/2 client for Python',
41+
description='HTTP/2 Client for Python',
4242
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
4343
author='Cory Benfield',
4444
author_email='[email protected]',

0 commit comments

Comments
 (0)