diff options
Diffstat (limited to 'python/simplegeneric/README')
-rw-r--r-- | python/simplegeneric/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/simplegeneric/README b/python/simplegeneric/README index e18377fb96..390479b2e8 100644 --- a/python/simplegeneric/README +++ b/python/simplegeneric/README @@ -1,5 +1,3 @@ The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. - -Python 3 support will be included if python3 is installed. |