Skip to content

Commit 7d18593

Browse files
committed
Fix a formatting error caught by flake8.
1 parent 2d5aa0c commit 7d18593

File tree

1 file changed

+1
-1
lines changed
  • var/spack/repos/builtin/packages/py-singledispatch

1 file changed

+1
-1
lines changed

var/spack/repos/builtin/packages/py-singledispatch/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class PySingledispatch(Package):
29-
"""This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3."""
29+
"""This library brings functools.singledispatch to Python 2.6-3.3."""
3030

3131
homepage = "https://pypi.python.org/pypi/singledispatch"
3232
url = "https://pypi.io/packages/source/s/singledispatch/singledispatch-3.4.0.3.tar.gz"

0 commit comments

Comments
 (0)