mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-13 15:21:02 +00:00
Fixed identation
This commit is contained in:
@ -52,8 +52,6 @@ The mariadb module supports the standard defined by DB API 2.0 (PEP-249).
|
||||
:rtype: mariadb.connection object
|
||||
|
||||
|
||||
:Example:
|
||||
|
||||
The connection parameters have to be provided as a set of keyword arguments::
|
||||
|
||||
import mariadb
|
||||
|
@ -95,8 +95,6 @@ be used</p>
|
||||
<dt class="field-even">Return type</dt>
|
||||
<dd class="field-even"><p>mariadb.connection object</p>
|
||||
</dd>
|
||||
<dt class="field-odd">Example</dt>
|
||||
<dd class="field-odd"><p></p></dd>
|
||||
</dl>
|
||||
<p>The connection parameters have to be provided as a set of keyword arguments:</p>
|
||||
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">mariadb</span>
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user