Skip to content

Commit

Permalink
Fix Keystore comment to point at correct class (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
rshah713 committed Jul 24, 2022
1 parent 330023d commit 9c353b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#: Accelerometer proxy to :class:`plyer.facades.Accelerometer`
accelerometer = Proxy('accelerometer', facades.Accelerometer)

#: Keyring proxy to :class::`plyer.facades.Keyring`
#: Keyring proxy to :class::`plyer.facades.Keystore`
keystore = Proxy('keystore', facades.Keystore)

#: Audio proxy to :class:`plyer.facades.Audio`
Expand Down

0 comments on commit 9c353b0

Please sign in to comment.