Skip to content

Commit f0efcd8

Browse files
committed
Update docs/zh/master @ 89c29b3aa15e5c1cac635cb7d53a2ca1683a20bc
1 parent 462d84d commit f0efcd8

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/zh/master/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 538bad001dc9fd3d077963ecffe335db
3+
config: b4dd9d8e5881e783f828e13f9780e36f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/zh/master/_static/pygments.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
pre { line-height: 125%; margin: 0; }
2+
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
3+
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
4+
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
5+
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
16
.highlight .hll { background-color: #49483e }
2-
.highlight { background: #272822; color: #f8f8f2 }
7+
.highlight { background: #272822; color: #f8f8f2 }
38
.highlight .c { color: #75715e } /* Comment */
49
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
510
.highlight .k { color: #66d9ef } /* Keyword */

docs/zh/master/reference/api/gino.dialects.aiomysql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<dl class="py method">
238238
<dt id="gino.dialects.aiomysql.AiomysqlDialect.on_connect">
239239
<code class="sig-name descname">on_connect</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#gino.dialects.aiomysql.AiomysqlDialect.on_connect" title="永久链接至目标"></a></dt>
240-
<dd><p>return a callable which sets up a newly created DBAPI connection.</p>
240+
<dd><p>Return a callable which sets up a newly created DBAPI connection.</p>
241241
<p>The callable should accept a single argument &quot;conn&quot; which is the
242242
DBAPI connection itself. The inner callable has no
243243
return value.</p>

docs/zh/master/reference/api/gino.dialects.asyncpg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<dl class="py method">
286286
<dt id="gino.dialects.asyncpg.AsyncpgDialect.on_connect">
287287
<code class="sig-name descname">on_connect</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#gino.dialects.asyncpg.AsyncpgDialect.on_connect" title="永久链接至目标"></a></dt>
288-
<dd><p>return a callable which sets up a newly created DBAPI connection.</p>
288+
<dd><p>Return a callable which sets up a newly created DBAPI connection.</p>
289289
<p>The callable should accept a single argument &quot;conn&quot; which is the
290290
DBAPI connection itself. The inner callable has no
291291
return value.</p>

0 commit comments

Comments
 (0)