[pypy-commit] extradoc extradoc: Final tweaks

arigo pypy.commits at gmail.com
Sat Oct 8 01:04:20 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5735:7a0dd882aeb7
Date: 2016-10-08 07:03 +0200
http://bitbucket.org/pypy/extradoc/changeset/7a0dd882aeb7/

Log:	Final tweaks

diff --git a/talk/pyconza2016/revdb/demo/demo1.py b/talk/pyconza2016/revdb/demo/demo1.py
--- a/talk/pyconza2016/revdb/demo/demo1.py
+++ b/talk/pyconza2016/revdb/demo/demo1.py
@@ -8,7 +8,6 @@
     lst.append(lst[50])
     return lst
 
-
 lst = make_list()
 
 for x in lst:
diff --git a/talk/pyconza2016/revdb/demo/todo.txt b/talk/pyconza2016/revdb/demo/todo.txt
--- a/talk/pyconza2016/revdb/demo/todo.txt
+++ b/talk/pyconza2016/revdb/demo/todo.txt
@@ -29,8 +29,8 @@
 bcontinue
 
 
-How is it possible??
-====================
+Recording & Replaying
+=====================
 
 vi demo1.py
 python demo1.py
diff --git a/talk/pyconza2016/revdb/talk.rst b/talk/pyconza2016/revdb/talk.rst
--- a/talk/pyconza2016/revdb/talk.rst
+++ b/talk/pyconza2016/revdb/talk.rst
@@ -37,6 +37,12 @@
 * It really works for large programs
 
 
+Recording & Replaying
+=====================
+
+* Demo
+
+
 Main features
 =============
 
@@ -49,17 +55,11 @@
 
   * using ``$0``, ``$1``, ...
 
-* break *function-or-file:line*
+* break *function*, break *file:line*
 
 
-Recording & Replaying
-=====================
-
-* Demo
-
-
-On bigger programs
-==================
+On more involved problems
+=========================
 
 * Write down what occurs at which time, because you're going
   to go back and forth until you are lost


More information about the pypy-commit mailing list