diff --git a/README.md b/README.md index a785300..dd09b20 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ def late(o: _T | Iterator[_V] | Callable[[], _R]) -> _T | _V | _R: Although the ugliness and inconvenience in the current situation have ben acknowledged and discussed for a very long time, there has never been an agreement about the usefulness, -the semantics, nor the syntax for a solution. That way the _status quo_ has remained unchanged. +the semantics, nor the syntax of a solution. That way the _status quo_ has remained unchanged. You can find a recent discussion about these topics on the [Python Ideas](https://discuss.python.org/t/revisit-mutable-default-arguments/) site.