Fixed broken URL.

This commit is contained in:
Jeremy Fincher 2004-01-09 19:01:54 +00:00
parent 27151f6523
commit 049839cda0

View File

@ -124,7 +124,7 @@ class Fun(callbacks.Privmsg):
Returns an encoded form of the given text; the valid encodings are
available in the documentation of the Python codecs module:
<http://www.python.org/doc/lib/node126.html>.
<http://www.python.org/doc/lib/node127.html>.
"""
encoding, text = privmsgs.getArgs(args, required=2)
try:
@ -137,7 +137,7 @@ class Fun(callbacks.Privmsg):
Returns an un-encoded form of the given text; the valid encodings are
available in the documentation of the Python codecs module:
<http://www.python.org/doc/lib/node126.html>.
<http://www.python.org/doc/lib/node127.html>.
"""
encoding, text = privmsgs.getArgs(args, required=2)
try: