Selaa lähdekoodia

Fix ident docstring.

tags/v0.1^2
Ben Kurtovic 12 vuotta sitten
vanhempi
commit
53d9ed57be
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      earwigbot/irc/connection.py

+ 1
- 1
earwigbot/irc/connection.py Näytä tiedosto

@@ -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




Ladataan…
Peruuta
Tallenna