Skip to content

Commit bbb14b3

Browse files
committed
Fixed length of paragraph
1 parent ad7638d commit bbb14b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

irclogger/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
"""irclogger - Python IRC Logger Daemon
66
7-
irclogger is a simple daemon written in the `Python Programming Language`_ utilizing the `circuits`_ framework for the sole purpose of logging a set of IRC
8-
Channels to disk in the form that something like `irclog2html`_ can understand and parse.
7+
irclogger is a simple daemon written in the `Python Programming Language`_
8+
utilizing the `circuits`_ framework for the sole purpose of logging a set of
9+
IRC Channels to disk in the form that something like `irclog2html`_ can
10+
understand and parse.
911
1012
:copyright: CopyRight (C) 2013 by James Mills
1113
1214
.. _Python Programming Language: http://www.python.org/
13-
.. _circuits: http://pypi.python.org/pypi/circuits
15+
.. _circuits: http://circuitsframework.com/
1416
.. _irclog2html: http://pypi.python.org/pypi/irclog2html
1517
"""
1618

0 commit comments

Comments
 (0)