@@ -20,12 +20,6 @@ Run pip::
2020
2121 $ pip install firebird-driver
2222
23- .. _setuptools: https://pypi.org/project/setuptools/
24- .. _PYPI: https://pypi.org/
25- .. _ctypes: http://docs.python.org/library/ctypes.html
26- .. _pip: https://pypi.org/project/pip/
27- .. _firebird-base: https://firebird-base.rtfd.io
28-
2923Quick-start Guide
3024*****************
3125
@@ -45,7 +39,7 @@ also includes the definition of connection parameters to Firebird servers and da
4539
4640The default configuration connects to embedded server using direct/local connection method.
4741To access remote servers and databases (or local ones through remote protocols), it's
48- neccessary to adjust default configuration, or `register` them in configuration manager.
42+ necessary to adjust default configuration, or `register` them in configuration manager.
4943
5044You can manipulate the configuration objects directly, or load configuration from files or
5145strings (in `.ini-style` `ConfigParser` format).
@@ -105,7 +99,7 @@ such as this:
10599
106100.. note::
107101
108- Some parameters like 'user' and 'password' could be overriden with keyword parameters.
102+ Some parameters like 'user' and 'password' could be overridden with keyword parameters.
109103 Few parameters like 'crypt_callback' or 'no_db_triggers' could be specified **ONLY**
110104 as keyword arguments.
111105
@@ -327,3 +321,9 @@ To *execute* a stored procedure and *access its output parameters*, use code suc
327321This latter is not very elegant; it would be preferable to access the procedure's output
328322parameters as the return value of `Cursor.callproc()`. The Python DB API specification
329323requires the current behavior, however.
324+
325+ .. _setuptools: https://pypi.org/project/setuptools/
326+ .. _PYPI: https://pypi.org/
327+ .. _ctypes: http://docs.python.org/library/ctypes.html
328+ .. _pip: https://pypi.org/project/pip/
329+ .. _firebird-base: https://firebird-base.rtfd.io
0 commit comments