From 4e11ae1541b902df7649729957ac0acf78e1df7d Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 20 Nov 2015 20:46:04 +0000 Subject: [PATCH] Fixed channel docs --- docs/docs_serverchannel.rst | 2 ++ docs/{docs_voicechannel.rst.txt => docs_voicechannel.rst} | 0 2 files changed, 2 insertions(+) rename docs/{docs_voicechannel.rst.txt => docs_voicechannel.rst} (100%) diff --git a/docs/docs_serverchannel.rst b/docs/docs_serverchannel.rst index 74d95b4d1..3bb692e92 100644 --- a/docs/docs_serverchannel.rst +++ b/docs/docs_serverchannel.rst @@ -3,6 +3,8 @@ ServerChannel ============= +**extends** Channel_ + A ServerChannel is a Channel_ that belongs to a Server_. Attributes diff --git a/docs/docs_voicechannel.rst.txt b/docs/docs_voicechannel.rst similarity index 100% rename from docs/docs_voicechannel.rst.txt rename to docs/docs_voicechannel.rst