Browse Source

Fix ident docstring.

tags/v0.1^2
Ben Kurtovic 12 years ago
parent
commit
53d9ed57be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      earwigbot/irc/connection.py

+ 1
- 1
earwigbot/irc/connection.py View File

@@ -126,7 +126,7 @@ class IRCConnection(object):
def ident(self): def ident(self):
"""Our ident on the server, like ``"earwig"``. """Our ident on the server, like ``"earwig"``.


See `http://en.wikipedia.org/wiki/Ident`_.
See http://en.wikipedia.org/wiki/Ident.
""" """
return self._ident return self._ident




Loading…
Cancel
Save