1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

📔 Fix incomplete docstring in ConsolePDA

This commit is contained in:
Steffo 2021-01-14 17:18:57 +01:00
parent 2574651d6e
commit 0ab7fb9f75
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -32,7 +32,7 @@ class ConsolePDA:
log.debug(f"Creating new magazine...")
self.mag = magazine.ConsoleMagazine()
"""
The
The :class:`royalnet.engineer.magazine.Magazine` used by this PDA.
"""
self.dispenser: t.Optional[engi.Dispenser] = None