summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-03 16:42:32 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-03 16:42:32 (GMT)
commit45ec3288d0e181334efcaeac7ce6ef44771a2689 (patch)
treea6d36ce2e0931bc869ad0529ad88cef617937ebe /Tools/scripts
parent50ef0f41afd313ed3c433f724e6aaa79d7e55c02 (diff)
downloadcpython-45ec3288d0e181334efcaeac7ce6ef44771a2689.zip
cpython-45ec3288d0e181334efcaeac7ce6ef44771a2689.tar.gz
cpython-45ec3288d0e181334efcaeac7ce6ef44771a2689.tar.bz2
Removed trailing whitespaces in miscalenous files.
Diffstat (limited to 'Tools/scripts')
-rw-r--r--Tools/scripts/dutree.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/scripts/dutree.doc b/Tools/scripts/dutree.doc
index 2a09426..97bd2e2 100644
--- a/Tools/scripts/dutree.doc
+++ b/Tools/scripts/dutree.doc
@@ -34,13 +34,13 @@ sometimes it's not worth it. I actually wrote a C program the other day
: | 1 sm.bak
At first I thought I could just keep one local list around
-at once, but this seems inherently recursive. Which means
+at once, but this seems inherently recursive. Which means
I need an real recursive data structure. Maybe you could
do it with one of the %assoc arrays Larry uses in the begat
programs, but I broke down and got dirty. I think the hardest
-part was matching Felix's desired output exactly. It's not
+part was matching Felix's desired output exactly. It's not
blazingly fast: I should probably inline the &childof routine,
-but it *was* faster to write than I could have written the
+but it *was* faster to write than I could have written the
equivalent C program.