Skip to content

Commit

Permalink
Merge pull request #81 from andresdelfino/fix_schema_typo
Browse files Browse the repository at this point in the history
Fix schema typo
  • Loading branch information
WinnaZ authored Jun 23, 2024
2 parents e66459d + d821f33 commit 0ed082a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/pycamp_bot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Archivos
.. toctree::
:maxdepth: 2

pycamp_bot/db_schemma
pycamp_bot/db_schema
pycamp_bot/models
pycamp_bot/commands
pycamp_bot/scheduler
8 changes: 4 additions & 4 deletions docs/source/pycamp_bot/db_schemma.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##########
db_schemma
##########
#########
db_schema
#########

.. automodule:: pycamp_bot.db_schemma
.. automodule:: pycamp_bot.db_schema
2 changes: 1 addition & 1 deletion src/pycamp_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pycamp_bot import db_schemma # noqa: F401
from pycamp_bot import db_schema # noqa: F401
from pycamp_bot import models # noqa: F401
from pycamp_bot import commands # noqa: F401
File renamed without changes.

0 comments on commit 0ed082a

Please sign in to comment.