diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-08-14 20:23:30 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-08-14 20:23:30 -0400 |
commit | b6d8061f34ee45410375779ea3a36507ffbc5872 (patch) | |
tree | bb74b828c579ce589b10b0ec5727c2eec3cc9056 | |
parent | 157a4e409551f4008e15e38fd3991aadcd8abbcd (diff) | |
download | cherrypy-git-b6d8061f34ee45410375779ea3a36507ffbc5872.tar.gz |
Correct heading length.
-rw-r--r-- | cherrypy/tutorial/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/tutorial/README.rst b/cherrypy/tutorial/README.rst index 3c0791bb..c47e7d32 100644 --- a/cherrypy/tutorial/README.rst +++ b/cherrypy/tutorial/README.rst @@ -1,5 +1,5 @@ CherryPy Tutorials ------------------------------------------------------------------------- +------------------ This is a series of tutorials explaining how to develop dynamic web applications using CherryPy. A couple of notes: |