From cd9811c31624bcbd66c56791213c920c726417d9 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:16:20 +0200 Subject: [PATCH] Ensure consistency by adding missing period in README Added a missing period at the end of a specific line in the README to maintain consistency with similar lines. All other lines of this type included a period, and this correction ensures uniform formatting and readability. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7f5f89..f04d7dbc 100644 --- a/README.md +++ b/README.md @@ -917,7 +917,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Serialization -*Libraries for serializing complex data types* +*Libraries for serializing complex data types.* * [marshmallow](https://github.com/marshmallow-code/marshmallow) - A lightweight library for converting complex objects to and from simple Python datatypes. * [pysimdjson](https://github.com/TkTech/pysimdjson) - A Python bindings for [simdjson](https://github.com/lemire/simdjson).