1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

doc: fix format

This commit is contained in:
Georg Haas 2017-03-08 16:27:00 +01:00
parent 38cb37874f
commit c1cd1ee82c
No known key found for this signature in database
GPG Key ID: B2D065AD4D6E0C81

View File

@ -81,7 +81,7 @@ And the new class works as intended::
>>> some_transformer.transform(10)
100
And the classes can be mixed in together:
And the classes can be mixed in together::
class ExampleThree(BaseCollector, PlusOne, TimesTen):
pass