aboutsummaryrefslogtreecommitdiff
path: root/doc/pytry
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pytry')
-rwxr-xr-xdoc/pytry22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/pytry b/doc/pytry
index dcc3f84..fb3534d 100755
--- a/doc/pytry
+++ b/doc/pytry
@@ -4,17 +4,17 @@ trap 'rm -f $TMP; exit 1' 1 2 3 13 14 15
cat $* >$TMP
(
- cat $TMP
-
- sed '
- s/^>>> //
- s/^>>>$//
- s/^\.\.\. //
- s/^\.\.\.$//
- ' $TMP |
- python
-
- echo '>>> '
+ cat $TMP
+
+ sed '
+ s/^>>> //
+ s/^>>>$//
+ s/^\.\.\. //
+ s/^\.\.\.$//
+ ' $TMP |
+ python
+
+ echo '>>> '
) 2>&1
rm $TMP