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

Commit 4e1ee6f

Browse files
Be clear that is not for a server
1 parent 3319074 commit 4e1ee6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
========================
2-
Hyper: HTTP/2 for Python
3-
========================
1+
===============================
2+
Hyper: HTTP/2 client for Python
3+
===============================
44

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

docs/source/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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 for Python
7-
========================
6+
Hyper: HTTP/2 client for Python
7+
===============================
88

99
Release v\ |version|.
1010

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 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)