From 8ec5b8ee6b1552e97431db46c5d3f74fceafffce Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 7 Mar 2021 10:37:52 +0100 Subject: [PATCH] README.rst: Fix tons of typos --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 948aff0..2081b8b 100644 --- a/README.rst +++ b/README.rst @@ -2,18 +2,18 @@ This is a python module for interfacing the "Internetmarke" API provided by the German postal company "Deutsche Post". It implements V3 of this API. It also implements the new (2020) "Warenpost International API". -The Internetmarke API allwos you to buy online franking for national and -international postal products like post cardsd and letters of all weight +The Internetmarke API allows you to buy online franking for national and +international postal products like post cards and letters of all weight classes and service classes (normal, registered, ...). In order to use this module, you will need to be registered with Deutsche Post for accessing the "1C4A Webservice". You can request related details from pcf-1click@deutschepost.de. Upon registration, -you will recevie your individual parameters PARTNER_ID, KEY and +you will receive your individual parameters PARTNER_ID, KEY and KEY_PHASE. Furthermore, for actual payment of purchases made via this API, you will need the user name (email address) and password to a "Portokasse" -acount. +account. -This module makes use of the farily new "zeep" module for SOAP/WSDL. +This module makes use of the fairly new "zeep" module for SOAP/WSDL.