summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index c3844cf2..a34ec304 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -473,7 +473,7 @@ script called ``baz``, you might do something like this::
setup(
# other arguments here...
- entry_points = {
+ entry_points={
'console_scripts': [
'foo = my_package.some_module:main_func',
'bar = other_module:some_func',