From 162f84967bde7aaccb80d96472cec6e61331be71 Mon Sep 17 00:00:00 2001 From: Yann Kaiser Date: Thu, 13 Oct 2022 00:37:50 -0700 Subject: [PATCH] fix typo --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index b07984c..0ee70c7 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -43,7 +43,7 @@ automatically install the right dependencies for you. If you still need the list, Clize always requires: * `sigtools `_: - Utilities to help manipulate function sigatures. + Utilities to help manipulate function signatures. * `od `_: Shorthand for OrderedDict. * `attrs `_: Classes without boilerplate. * `docutils `_: To parse docstrings.