diff options
| author | Federico Di Gregorio <fog@initd.org> | 2010-07-18 12:14:46 +0200 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2010-07-18 12:14:46 +0200 |
| commit | 557608f715d0b7aade3f3b7c71b88c60c7f46175 (patch) | |
| tree | 336c1ab745740a528d02054f74ae189adf509951 /setup.py | |
| parent | b263fbf274f9085a1bddca018ed8a50d37023fc7 (diff) | |
| download | psycopg2-557608f715d0b7aade3f3b7c71b88c60c7f46175.tar.gz | |
Applied spelling fixes patch from Peter Eisentraut
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
