ソースを参照

Fix ident docstring.

tags/v0.1^2
Ben Kurtovic 12年前
コミット
53d9ed57be
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      earwigbot/irc/connection.py

+ 1
- 1
earwigbot/irc/connection.py ファイルの表示

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



読み込み中…
キャンセル
保存