Changed Restructured text layout

This commit is contained in:
Philip Ridout 2012-03-25 18:25:08 +01:00
parent a75102a868
commit 5925fb624e
1 changed files with 32 additions and 32 deletions

View File

@ -47,7 +47,7 @@ class DreamBeamImport(SongImport):
The :class:`DreamBeamImport` class provides the ability to import song files from
DreamBeam.
An example of DreamBeam xml mark-up:
An example of DreamBeam xml mark-up::
<?xml version="1.0"?>
<DreamSong xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@ -82,7 +82,7 @@ class DreamBeamImport(SongImport):
Valid extensions for a DreamBeam song file are:
* .xml
* \*.xml
"""
def __init__(self, manager, **kwargs):