Revised the documentation of the init_app function of the "accounting.locale", "accounting.base_account", "accounting.account", and "accounting.currency" modules.
This commit is contained in:
		| @@ -23,8 +23,8 @@ from flask import Flask, Blueprint | ||||
| def init_app(app: Flask, bp: Blueprint) -> None: | ||||
|     """Initialize the application. | ||||
|  | ||||
|     :param bp: The blueprint of the accounting application. | ||||
|     :param app: The Flask application. | ||||
|     :param bp: The blueprint of the accounting application. | ||||
|     :return: None. | ||||
|     """ | ||||
|     from .converters import CurrencyConverter | ||||
|   | ||||
		Reference in New Issue
	
	Block a user