From 514dc04920b7455d4da9dc296c10366139ea2427 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 16 Mar 2023 21:43:47 +0100 Subject: [PATCH] Tweak --- implementations/python/README.md | 4 ++-- implementations/python/docs/index.md | 4 ++-- python/index.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/implementations/python/README.md b/implementations/python/README.md index 7edc968..dfa4f34 100644 --- a/implementations/python/README.md +++ b/implementations/python/README.md @@ -4,8 +4,8 @@ This package ([`preserves` on pypi.org](https://pypi.org/project/preserves/)) im [Preserves](https://preserves.dev/) for Python 3.x. It provides the core [semantics][] as well as both the [human-readable text syntax](https://preserves.dev/preserves-text.html) (a superset of JSON) and [machine-oriented binary format](https://preserves.dev/preserves-binary.html) -(including canonicalization) for Preserves. It also implements [Preserves -Schema](https://preserves.dev/preserves-schema.html) and [Preserves +(including [canonicalization](https://preserves.dev/canonical-binary.html)) for Preserves. It +also implements [Preserves Schema](https://preserves.dev/preserves-schema.html) and [Preserves Path](https://preserves.dev/preserves-path.html). # Git repository diff --git a/implementations/python/docs/index.md b/implementations/python/docs/index.md index 6f2f1be..95b3ebc 100644 --- a/implementations/python/docs/index.md +++ b/implementations/python/docs/index.md @@ -8,8 +8,8 @@ This package ([`preserves` on pypi.org](https://pypi.org/project/preserves/)) im [Preserves](https://preserves.dev/) for Python 3.x. It provides the core [semantics][] as well as both the [human-readable text syntax](https://preserves.dev/preserves-text.html) (a superset of JSON) and [machine-oriented binary format](https://preserves.dev/preserves-binary.html) -(including canonicalization) for Preserves. It also implements [Preserves -Schema](https://preserves.dev/preserves-schema.html) and [Preserves +(including [canonicalization](https://preserves.dev/canonical-binary.html)) for Preserves. It +also implements [Preserves Schema](https://preserves.dev/preserves-schema.html) and [Preserves Path](https://preserves.dev/preserves-path.html). - Main package API: [preserves](/api) diff --git a/python/index.html b/python/index.html index d466a65..9b9d813 100644 --- a/python/index.html +++ b/python/index.html @@ -455,8 +455,8 @@ Preserves for Python 3.x. It provides the core semantics as well as both the human-readable text syntax (a superset of JSON) and machine-oriented binary format -(including canonicalization) for Preserves. It also implements Preserves -Schema and Preserves +(including canonicalization) for Preserves. It +also implements Preserves Schema and Preserves Path.