Skip to content

Commit d821f33

Browse files
committed
Fix schema typo
1 parent 68e8094 commit d821f33

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/source/pycamp_bot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Archivos
88
.. toctree::
99
:maxdepth: 2
1010

11-
pycamp_bot/db_schemma
11+
pycamp_bot/db_schema
1212
pycamp_bot/models
1313
pycamp_bot/commands
1414
pycamp_bot/scheduler
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
##########
2-
db_schemma
3-
##########
1+
#########
2+
db_schema
3+
#########
44

5-
.. automodule:: pycamp_bot.db_schemma
5+
.. automodule:: pycamp_bot.db_schema

src/pycamp_bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from pycamp_bot import db_schemma # noqa: F401
1+
from pycamp_bot import db_schema # noqa: F401
22
from pycamp_bot import models # noqa: F401
33
from pycamp_bot import commands # noqa: F401

0 commit comments

Comments
 (0)