Test on sphinx syntax 8

This commit is contained in:
Shadow15510 2023-07-22 11:39:10 +02:00
parent e5525b4ab8
commit 994a2fef1f
2 changed files with 4 additions and 6 deletions

View File

@ -3,4 +3,6 @@
Bot
---
.. module:: irc_api.bot
Provide a Bot class that react to IRC's message and events.
.. autoclass:: irc_api.bot.Bot

View File

@ -1,8 +1,4 @@
"""
Provide a Bot class that react to IRC's message and events.
.. class:: Bot
"""
"""Provide a Bot class that react to IRC's message and events."""
import logging
import time