Skip to content

Commit

Permalink
merged branch andreia/master (PR #5)
Browse files Browse the repository at this point in the history
Commits
-------

95edc8d Add missing colon to code-block

Discussion
----------

Missing colon

Add missing colon to code-block
  • Loading branch information
fabpot committed Jan 6, 2012
2 parents 7e5cd41 + 95edc8d commit 6fe23c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ classes, how we will reference external dependencies, etc.

To store our framework, create a directory somewhere on your machine:

.. code-block: sh
.. code-block:: sh
$ mkdir framework
$ cd framework
Expand Down

0 comments on commit 6fe23c0

Please sign in to comment.