issues
search
reagento
/
dishka
Cute DI framework with agreeable API and everything you need
https://dishka.readthedocs.io
Apache License 2.0
428
stars
48
forks
source link
[Doc] Improve example in quickstart
#287
Closed
Eclips4
closed
1 week ago
Eclips4
commented
1 month ago
We need to:
Run example by pieces(?) in tests
Refactor how it looks. We should write the entire file, then show it by pieces in doc, as @Tishka17 said Sphinx is able to do it.
sqlite3.connect()
->
sqlite3.connect(":memory:")
We need to:
sqlite3.connect()
->sqlite3.connect(":memory:")