Undo changes to trailing triple quotes in docstring
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
class Mxml(Package):
|
||||
"""Mini-XML is a small XML library that you can use to read and write XML
|
||||
and XML-like data files in your application without requiring large
|
||||
non-standard libraries."""
|
||||
non-standard libraries.
|
||||
"""
|
||||
|
||||
homepage = "http://www.msweet.org"
|
||||
url = "http://www.msweet.org/files/project3/mxml-2.9.tar.gz"
|
||||
|
Reference in New Issue
Block a user