summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2013-07-03 12:08:14 +0200
committerjason kirtland <jek@discorporate.us>2013-07-03 12:08:14 +0200
commit4ddee7ac3e1e35f3e75b853e792f6505d3648896 (patch)
tree74b16f42b13b77a168efb31606f6be572d06b8cd
parent01167338525a535f701e3150a4c8ce8fdb44e450 (diff)
downloadblinker-4ddee7ac3e1e35f3e75b853e792f6505d3648896.tar.gz
And fix typos...
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 725925d..ee929b9 100644
--- a/README
+++ b/README
@@ -38,12 +38,12 @@ Changelog Summary
1.3 (July 3, 2013)
- The global signal stash behind blinker.signal() is now backed by a
regular name-to-Signal dictionary. Previously, weak references were
- held in the mapping and ephermal usage in code like
+ held in the mapping and ephemeral usage in code like
``signal('foo').connect(...)`` could have surprising program behavior
depending on import order of modules.
- blinker.Namespace is now built on a regular dict. Use
blinker.WeakNamespace for the older, weak-referencing behavior.
- - Signal.connect('text-sender') uses an alterate hashing strategy to
+ - Signal.connect('text-sender') uses an alternate hashing strategy to
avoid sharp edges in text identity.
1.2 (October 26, 2011)