We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171b9a4 commit 3c25f02Copy full SHA for 3c25f02
README.md
@@ -1,6 +1,6 @@
1
# pyencrypt-pye
2
---
3
-encrypt python source code and import dynamically.
+encrypt python source code and import module dynamically.
4
5
```
6
_
pyencrypt/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.1.0'
-__description__ = 'encrypt python source code and import dynamically.'
+__description__ = 'encrypt python source code and import module dynamically.'
0 commit comments