Skip to content

Commit 7dae26c

Browse files
committed
Fixed README formatting
1 parent 3085db1 commit 7dae26c

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
redis-py (for Python2.4)
2-
========
3-
====
4-
Note::
2+
========================
53

6-
This version has been backported to Python 2.4 (don't ask)
7-
There are no warranties (express or implied) that this code is suitable for any purpose
8-
The tests were not backported, so likely won't run without modifications.
4+
The Python interface to the Redis key-value store.
5+
6+
7+
======
8+
Note:
9+
======
10+
11+
| **This version has been backported to Python 2.4 (don't ask)**
12+
| **There are no warranties (express or implied) that this code is suitable for any purpose**
13+
| **The tests were not backported, so likely won't run without modifications.**
14+
15+
|
16+
|
917
1018

11-
The Python interface to the Redis key-value store.
1219

1320
.. image:: https://secure.travis-ci.org/andymccurdy/redis-py.png?branch=master
1421
:target: http://travis-ci.org/andymccurdy/redis-py

0 commit comments

Comments
 (0)