1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Thomas Goirand <zigo@debian.org>
Date: Mon, 11 Nov 2024 10:55:27 -0800
Subject: Fixes a non-ascii char in the README.rst
Forwarded: no
Last-Update: 2013-09-26
---
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index 2e5d1b3..807857f 100644
--- a/README.rst
+++ b/README.rst
@@ -101,7 +101,7 @@ How is Falcon Different?
Perfection is finally attained not when there is no longer anything
to add, but when there is no longer anything to take away.
- *- Antoine de Saint-Exupéry*
+ *- Antoine de Saint-Exupery*
We designed Falcon to support the demanding needs of large-scale
microservices and responsive app backends. Falcon complements more
|