diff --git a/README.rst b/README.rst index 830c3f21..354a4892 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,9 @@ symbols. Caveats ======= +For frequently asked questions, check out the `FAQ discussions +`__. + Self-documenting fstrings detection has been disabled by default because the built-in AST cannot distinguish ``f'{a=}'`` from ``f'a={a}'``, for instance, since it optimizes some information away (`#39 `__). And this incorrectly marks some source