summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-05-19 13:51:54 +0200
committerClaude Paroz <claude@2xlibre.net>2012-05-19 13:51:54 +0200
commit822d6d6dabc959532fb2904376580e8947c519f6 (patch)
treefcd2d44bfc8390790505c17efaaf361ca1ed67ef /docs
parent078ea51b1c7504e3f941bc1d96b0499ace29bdb0 (diff)
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-management-commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt
index ba8765b253..2b34d35de7 100644
--- a/docs/howto/custom-management-commands.txt
+++ b/docs/howto/custom-management-commands.txt
@@ -61,7 +61,7 @@ look like this:
poll.opened = False
poll.save()
- self.stdout.write('Successfully closed poll "%s"\n' % poll_id)
+ self.stdout.write('Successfully closed poll "%s"' % poll_id)
.. note::
When you are using management commands and wish to provide console