diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2006-01-12 18:36:57 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2006-01-12 18:36:57 +0000 |
| commit | 202c002c5c55e3cb046e062d5227b79cad1c6e84 (patch) | |
| tree | d2bea9481ba76b8d97dfa3c4cc1d7b5dff3c7117 /psycopg/adapter_binary.h | |
| parent | 99ce95b27e3a65c50f6b27d18b851fb27df11d29 (diff) | |
| download | psycopg2-202c002c5c55e3cb046e062d5227b79cad1c6e84.tar.gz | |
* Docstrings added/fixed
* Added __all__ attributes to Python modules to explicit the package API
Diffstat (limited to 'psycopg/adapter_binary.h')
| -rw-r--r-- | psycopg/adapter_binary.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/psycopg/adapter_binary.h b/psycopg/adapter_binary.h index 4cbd12a..2ce0416 100644 --- a/psycopg/adapter_binary.h +++ b/psycopg/adapter_binary.h @@ -43,7 +43,8 @@ typedef struct { extern PyObject *psyco_Binary(PyObject *module, PyObject *args); #define psyco_Binary_doc \ - "Binary(buffer) -> new binary object" + "Binary(buffer) -> new binary object\n\n" \ + "Build an object capable to hold a bynary string value." #ifdef __cplusplus } |
