From 05c403016cac47ed94d0944079ae6be438e18965 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 23 May 2021 09:50:59 +0100 Subject: [PATCH] Fixed broken link to PyFLTK --- Doc/faq/gui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 781da467d18013..a322fa231669bc 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -92,7 +92,7 @@ FLTK Python bindings for `the FLTK toolkit `_, a simple yet powerful and mature cross-platform windowing system, are available from `the -PyFLTK project `_. +PyFLTK project `_. OpenGL ------