Commit 5163a610 authored by Hanno Schlichting's avatar Hanno Schlichting

Fix reSt errors

parent 8c4d1d6c
...@@ -91,6 +91,7 @@ Now, you have changed the persistent database by adding a new ...@@ -91,6 +91,7 @@ Now, you have changed the persistent database by adding a new
object, but this change is so far only temporary. In order to object, but this change is so far only temporary. In order to
make the change permanent, you must commit the current make the change permanent, you must commit the current
transaction:: transaction::
>>> import transaction >>> import transaction
>>> transaction.commit() >>> transaction.commit()
......
...@@ -8,7 +8,7 @@ GNU Free Documentation License ...@@ -8,7 +8,7 @@ GNU Free Documentation License
Version 1.1, March 2000 --- Version 1.1, March 2000 ---
Copyright :math:`\copyright` 2000 Free Software Foundation, Inc. --- 59 Temple Copyright 2000 Free Software Foundation, Inc. --- 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA --- Everyone is permitted to copy Place, Suite 330, Boston, MA 02111-1307 USA --- Everyone is permitted to copy
and distribute verbatim copies of this license document, but changing it is not and distribute verbatim copies of this license document, but changing it is not
allowed. allowed.
...@@ -337,7 +337,7 @@ To use this License in a document you have written, include a copy of the ...@@ -337,7 +337,7 @@ To use this License in a document you have written, include a copy of the
License in the document and put the following copyright and license notices just License in the document and put the following copyright and license notices just
after the title page: after the title page:
Copyright :math:`\copyright` YEAR YOUR NAME. Permission is granted to copy, Copyright YEAR YOUR NAME. Permission is granted to copy,
distribute and/or modify this document under the terms of the GNU Free distribute and/or modify this document under the terms of the GNU Free
Documentation License, Version 1.1 or any later version published by the Free Documentation License, Version 1.1 or any later version published by the Free
Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment