Directory name typo

This commit is contained in:
Fabio Manganiello 2019-12-30 10:22:05 +01:00
parent 9d961a265f
commit 1c7ff1d09b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Backends
''')
for backend in all_backends:
f.write(' platypush/backends/' + backend + '.rst\n')
f.write(' platypush/backend/' + backend + '.rst\n')
generate_plugins_doc()