summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bf5281f..2fec5ea 100644
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@ class psycopg_build_ext(build_ext):
def get_compiler(self):
"""Return the name of the C compiler used to compile extensions.
- If a compiler was not explicitely set (on the command line, for
+ If a compiler was not explicitly set (on the command line, for
example), fall back on the default compiler.
"""
if self.compiler: