diff --git a/docs/programmers/tutorials/workflows/part06.tex b/docs/programmers/tutorials/workflows/part06.tex index e0e68a51..59595e53 100644 --- a/docs/programmers/tutorials/workflows/part06.tex +++ b/docs/programmers/tutorials/workflows/part06.tex @@ -336,14 +336,11 @@ \part{Post-processing} In the \texttt{colorize.py} script from Exercise 4.A, modify the \texttt{ColorizeApp} application to move the output picture file - into directory \texttt{/home/ubuntu/pictures}. You might need to - store the output file name to have it available when the - application has terminated running. + into directory \texttt{/home/ubuntu/pictures}. - \+ - (You might want to check out - \url{http://stackoverflow.com/a/8858026/459543} if you're unsure - how to move/rename a file with Python.) + \+ {\small (You might want to check out + \url{http://stackoverflow.com/a/8858026/459543} if you're unsure + how to move/rename a file with Python.)} \end{exercise*} \end{frame}