# HG changeset patch # User Steve Losh # Date 1278997648 14400 # Node ID d0f41ff4e65e131087a36f8d0ce94894cec73cd1 # Parent 3d544ab012cd6f681b29c722352e0aa36ef184db docs/hacking: code block typo diff -r 3d544ab012cd -r d0f41ff4e65e docs/hacking.rst --- a/docs/hacking.rst Tue Jul 13 01:05:28 2010 -0400 +++ b/docs/hacking.rst Tue Jul 13 01:07:28 2010 -0400 @@ -131,7 +131,7 @@ the backend API as well). The tests can be run easily with nose. If you don't have node, you'll need to -install it first: +install it first:: pip install nose