summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 07:58:53 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commit54e5b32d2aacf40dd79693aeeaf70e252ebdd365 (patch)
treeb95f86224fa25812d7743ece9af05023000e1027
parentbf35ac2ad43e6655993e8053fb464495eeb45016 (diff)
downloadblinker-54e5b32d2aacf40dd79693aeeaf70e252ebdd365.tar.gz
fix readme code format
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10d2974..2baf51e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ interested parties to subscribe to events, or "signals".
Signal receivers can subscribe to specific senders or receive signals
sent by any sender.
-```python
+```pycon
>>> from blinker import signal
>>> started = signal('round-started')
>>> def each(round):