Fix typo in signal docs

"it's" -> "its"
This commit is contained in:
Tobias V. Langhoff 2018-10-09 20:15:03 +02:00 committed by GitHub
parent 2d4993d3b7
commit e85fbad5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ Function Reference
:returns: A new signal registry.
Creates a new signal registry that is independent of the default registry: It
will manage it's own list of signals and does not in any way affect the the
will manage its own list of signals and does not in any way affect the the
global registry. Likewise, the global registry does not affect the instance.
.. note::