From 3575cdfef1b28e6f430ab7a061855f442f9a68db Mon Sep 17 00:00:00 2001 From: jsh9 <25124332+jsh9@users.noreply.github.com> Date: Sat, 15 Jul 2023 17:29:23 -0700 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b73a6..8d3350d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Here is a comparison of linting time on some famous Python projects: | [numpy](https://github.com/numpy/numpy) | 2.0 sec | 49 min 9 sec (1,475x slower) | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | 2.4 sec | 3 hr 5 min 33 sec (4,639x slower) | -Currently, _pydoclint_ supports two docstring styles: +Currently, _pydoclint_ supports three docstring styles: - The [numpy stlyle](https://numpydoc.readthedocs.io/en/latest/format.html) - The