mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
16 lines
553 B
ReStructuredText
16 lines
553 B
ReStructuredText
$NetBSD: patch-README.rst,v 1.1 2014/06/06 12:50:03 joerg Exp $
|
||
|
||
Use ASCII as it is the default codec in Python 3.x.
|
||
|
||
--- README.rst.orig 2014-06-06 12:09:03.000000000 +0000
|
||
+++ README.rst
|
||
@@ -47,7 +47,7 @@ System Requirements
|
||
* This library has been tested on Python 2.6, 2.7, 3.2 and 3.3.
|
||
* A valid SoftLayer API username and key are required to call SoftLayer's API
|
||
* A connection to SoftLayer's private network is required to connect to
|
||
- SoftLayer’s private network API endpoints.
|
||
+ SoftLayer's private network API endpoints.
|
||
|
||
|
||
Copyright
|