We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a65f8 commit 27115a8Copy full SHA for 27115a8
patterns/behavioral/observer.py
@@ -5,8 +5,8 @@
5
Maintains a list of dependents and notifies them of any state changes.
6
7
*Examples in Python ecosystem:
8
-Django Signals: https://docs.djangoproject.com/en/2.1/topics/signals/
9
-Flask Signals: http://flask.pocoo.org/docs/1.0/signals/
+Django Signals: https://docs.djangoproject.com/en/3.1/topics/signals/
+Flask Signals: https://flask.palletsprojects.com/en/1.1.x/signals/
10
"""
11
from __future__ import annotations
12
0 commit comments