doc/book/en/development/profiling/index.rst
changeset 2539 0f26a76b0348
parent 2536 88595be9087d
child 2544 282261b26774
--- a/doc/book/en/development/profiling/index.rst	Tue Jul 28 21:14:47 2009 +0200
+++ b/doc/book/en/development/profiling/index.rst	Tue Jul 28 21:26:46 2009 +0200
@@ -22,9 +22,7 @@
     <RQL QUERY> <QUERY ARGS IF ANY> -- <TIME SPENT>
 
 CubicWeb also provides the **exlog** command to examine and summarize data found
-in such a file:
-
-::
+in such a file::
     $ cubicweb-ctl exlog < ~/myapp-rql.log
     0.07 50 Any A WHERE X eid %(x)s, X firstname A {}
     0.05 50 Any A WHERE X eid %(x)s, X lastname A {}