Skip to content

Commit 0ed082a

Browse files
authored
Merge pull request #81 from andresdelfino/fix_schema_typo
Fix schema typo
2 parents e66459d + d821f33 commit 0ed082a

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)