Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Schleifer <js@webkeks.org>2009-06-15 23:00:14 +0400
committerJonathan Schleifer <js@webkeks.org>2009-06-15 23:00:14 +0400
commit086d0313749715b29b44087eba5f7531123d3a9d (patch)
treeeee8fa73d7f14bb8e5432c13f22e94b0e5ea982b /src/ipython_view.py
parent2327600745cf06c79a8a653a0714d1ab7a808b9c (diff)
Remove spaces at EOL.
Diffstat (limited to 'src/ipython_view.py')
-rw-r--r--src/ipython_view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipython_view.py b/src/ipython_view.py
index ef1cae5d2..4bc8a9564 100644
--- a/src/ipython_view.py
+++ b/src/ipython_view.py
@@ -382,7 +382,7 @@ class ConsoleView(gtk.TextView):
def _showReturned(self, text):
'''
Show returned text from last command and print new prompt.
-
+
@param text: Text to show.
@type text: string
'''