Sfoglia il codice sorgente

Fix ident docstring.

tags/v0.1^2
Ben Kurtovic 12 anni fa
parent
commit
53d9ed57be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      earwigbot/irc/connection.py

+ 1
- 1
earwigbot/irc/connection.py Vedi 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



Caricamento…
Annulla
Salva