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:
parent
2574651d6e
commit
0ab7fb9f75
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ConsolePDA:
|
||||||
log.debug(f"Creating new magazine...")
|
log.debug(f"Creating new magazine...")
|
||||||
self.mag = magazine.ConsoleMagazine()
|
self.mag = magazine.ConsoleMagazine()
|
||||||
"""
|
"""
|
||||||
The
|
The :class:`royalnet.engineer.magazine.Magazine` used by this PDA.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self.dispenser: t.Optional[engi.Dispenser] = None
|
self.dispenser: t.Optional[engi.Dispenser] = None
|
||||||
|
|
Loading…
Reference in a new issue