summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2020-10-11 22:27:39 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:48 +0200
commit8e89f68978ac174539d27e014cee9e36c5734faf (patch)
treec476e8659defdb1050f25c649f5b16e20cccb5ac /python
parentb5150a3c228f6453b3888b619431fdffb6657c33 (diff)
downloadslackbuilds-8e89f68978ac174539d27e014cee9e36c5734faf.tar.gz
python/PyXB: Fix README, script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/PyXB/PyXB.SlackBuild2
-rw-r--r--python/PyXB/README10
2 files changed, 6 insertions, 6 deletions
diff --git a/python/PyXB/PyXB.SlackBuild b/python/PyXB/PyXB.SlackBuild
index 52b6a2bd37..4f30d33ba7 100644
--- a/python/PyXB/PyXB.SlackBuild
+++ b/python/PyXB/PyXB.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for PyXB
-# Copyright 2015 Per Dalén <per.dalen[at]gmail[dot]com>
+# Copyright 2015 Per DalĂŠn <per.dalen[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
diff --git a/python/PyXB/README b/python/PyXB/README
index 869e756d7d..da9f63f1ab 100644
--- a/python/PyXB/README
+++ b/python/PyXB/README
@@ -1,5 +1,5 @@
-PyXB ("pixbee") is a pure Python package that generates Python source code
-for classes that correspond to data structures defined by XMLSchema.
-The generated classes support bi-directional conversion between XML documents
-and Python objects. In concept it is similar to JAXB for Java and CodeSynthesis
-XSD for C++.
+PyXB ("pixbee") is a pure Python package that generates Python
+source code for classes that correspond to data structures defined
+by XMLSchema. The generated classes support bi-directional conversion
+between XML documents and Python objects. In concept it is similar to
+JAXB for Java and CodeSynthesis XSD for C++.