mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
pymongo package changed to be lower case in PyMongoStorage
This commit is contained in:
parent
6328bb3af5
commit
cb6b6d509c
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ from aiogram.fsm.storage.base import (
|
|||
|
||||
class PyMongoStorage(BaseStorage):
|
||||
"""
|
||||
MongoDB storage required :code:`PyMongo` package installed (:code:`pip install PyMongo`).
|
||||
MongoDB storage required :code:`pymongo` package installed (:code:`pip install pymongo`).
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
|
@ -46,7 +46,7 @@ class PyMongoStorage(BaseStorage):
|
|||
Create an instance of :class:`PyMongoStorage` with specifying the connection string
|
||||
|
||||
:param url: for example :code:`mongodb://user:password@host:port`
|
||||
:param connection_kwargs: see :code:`PyMongo` docs
|
||||
:param connection_kwargs: see :code:`pymongo` docs
|
||||
:param kwargs: arguments to be passed to :class:`PyMongoStorage`
|
||||
:return: an instance of :class:`PyMongoStorage`
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue