From 8e89f68978ac174539d27e014cee9e36c5734faf Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 Oct 2020 16:27:39 -0400 Subject: python/PyXB: Fix README, script encoding. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- python/PyXB/PyXB.SlackBuild | 2 +- python/PyXB/README | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python') diff --git a/python/PyXB/PyXB.SlackBuild b/python/PyXB/PyXB.SlackBuild index 52b6a2bd37d4..4f30d33ba773 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 +# Copyright 2015 Per DalĂŠn # 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 869e756d7d4b..da9f63f1abc5 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++. -- cgit v1.2.3