Skip to content

Commit f9c8bbd

Browse files
Small tidy-up of description
1 parent 4e561a3 commit f9c8bbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PyHTML Enhanced
22

3-
A library for building HTML documents with a simple and easily learnable
4-
syntax, inspired by, and similar to
3+
A library for building HTML documents with a simple and learnable syntax,
4+
inspired by, and similar to
55
[the original PyHTML library](https://github.com/cenkalti/pyhtml), but with
66
improved documentation and type safety.
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "pyhtml-enhanced"
33
version = "0.1.0"
4-
description = "A library for building HTML documents with a simple and easily learnable syntax"
4+
description = "A library for building HTML documents with a simple and learnable syntax"
55
authors = ["Miguel Guthridge <miguel.guthridge@unsw.edu.au>"]
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)