This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Fix ident docstring.
tags/v0.1^2
Ben Kurtovic
12 years ago
parent
ad9c34c8f1
commit
53d9ed57be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/irc/connection.py
+ 1
- 1
earwigbot/irc/connection.py
View File
@@ -126,7 +126,7 @@ class IRCConnection(object):
def ident(self):
"""Our ident on the server, like ``"earwig"``.
See
`
http://en.wikipedia.org/wiki/Ident
`_
.
See http://en.wikipedia.org/wiki/Ident.
"""
return self._ident
Write
Preview
Loading…
Cancel
Save