fix/update for credits script and bad formatting in sphinx docs.

This commit is contained in:
Campbell Barton
2011-10-17 13:54:47 +00:00
parent 2dc6ca49b3
commit cc1ed7cbc5

View File

@@ -121,8 +121,8 @@ If you have a list that you want to add onto another list, rather then...
.. code-block:: python
for l in some_list:
my_list.append(l)
for l in some_list:
my_list.append(l)
Use...