From 63eb866b7166c868157e073a698d6f1527fcc8e0 Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
Date: Sun, 23 Sep 2012 23:59:26 +0400
Subject: [PATCH] output style.

---
 src/command_system/implementation/standard.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/command_system/implementation/standard.py b/src/command_system/implementation/standard.py
index cce5ff9a8e..7bdf960966 100644
--- a/src/command_system/implementation/standard.py
+++ b/src/command_system/implementation/standard.py
@@ -129,8 +129,8 @@ class StandardCommonCommands(CommandContainer):
     @doc(_("""
     Set the current status
 
-    Status can be given as one of the following values: online, away,
-    chat, xa, dnd.
+    Status can be given as one of the following values:
+    online, away, chat, xa, dnd.
     """))
     def status(self, status, message):
         if status not in ('online', 'away', 'chat', 'xa', 'dnd'):
-- 
GitLab