Browse Source

Fix docs comment

pull/3/head
Brett Langdon 7 years ago
parent
commit
b7f7183e64
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -56,7 +56,7 @@ import importhook
# Setup hook to be called any time the `socket` module is imported and loaded into module cache
@ DEV: `on_socket_import` will be called immediately because the `socket` module is already loaded
# DEV: `on_socket_import` will be called immediately because the `socket` module is already loaded
@importhook.on_import('socket')
def on_socket_import(socket):
print('"socket" module has been imported')


Loading…
Cancel
Save