summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-10-28 21:23:58 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-10-28 21:23:58 +0000
commita4c6a7b2b66b84cad38ec8b620531e11cae84d2b (patch)
treefa75c50dae7b23c069899777390c8bdbeeceec98 /lldb
parentfa59ac363ef4747fdb142d993326c43d832629bb (diff)
downloadbcm5719-llvm-a4c6a7b2b66b84cad38ec8b620531e11cae84d2b.tar.gz
bcm5719-llvm-a4c6a7b2b66b84cad38ec8b620531e11cae84d2b.zip
Remove extra newline in the docstring.
llvm-svn: 143228
Diffstat (limited to 'lldb')
-rw-r--r--lldb/examples/customization/pwd-cd-and-system/utils.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/lldb/examples/customization/pwd-cd-and-system/utils.py b/lldb/examples/customization/pwd-cd-and-system/utils.py
index 0a29420a4ee..e975e886977 100644
--- a/lldb/examples/customization/pwd-cd-and-system/utils.py
+++ b/lldb/examples/customization/pwd-cd-and-system/utils.py
@@ -16,10 +16,8 @@ class Holder:
cls._prev_dir_ = dir
def chdir(debugger, args, result, dict):
- """
- Change the working directory, or cd to ${HOME}.
- You can also issue 'cd -' to change to the previous working directory.
- """
+ """Change the working directory, or cd to ${HOME}.
+ You can also issue 'cd -' to change to the previous working directory."""
new_dir = args.strip()
if not new_dir:
new_dir = os.path.expanduser('~')
OpenPOWER on IntegriCloud