1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 17:12:21 +03:00

PLUGINS.md: Fix typo ' -> `

This commit is contained in:
Athanasius 2020-07-30 14:17:14 +01:00
parent ffd0079e16
commit 0d55e4f6c9

View File

@ -65,7 +65,7 @@ for the location of this log file.
A future version of EDMC will implement proper logging using the Python
`logging` module. Plugin developers should get their code ready for this by
using the following code instead of simple `print(...)' statements
using the following code instead of simple `print(...)` statements
Insert this at the top-level of your load.py file (so not inside
`plugin_start3()`):