Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Optional parameters
level: str, just one of ('L','M','Q','H')
picutre: str, a filename of a image
colorized: bool
constrast: float
contrast: float
brightness: float
save_name: str, the output filename like 'example.png'
save_dir: str, the output directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Optional parameters
level: str, just one of ('L','M','Q','H')
picutre: str, a filename of a image
colorized: bool
constrast: float
contrast: float
brightness: float
save_name: str, the output filename like 'example.png'
save_dir: str, the output directory
Expand Down
2 changes: 1 addition & 1 deletion amzqr/amzqr.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# level: str, just one of ('L','M','Q','H')
# picutre: str, a filename of a image
# colorized: bool
# constrast: float
# contrast: float
# brightness: float
# save_name: str, the output filename like 'example.png'
# save_dir: str, the output directory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name='amzqr',
version='0.0.2',
keywords='qr qrcode amazing artistic animated gif colorized',
description='Generater for amazing QR Codes. Including Common, Artistic and Animated QR Codes.',
description='Generator for amazing QR Codes. Including Common, Artistic and Animated QR Codes.',
long_description=long_description,
long_description_content_type="text/markdown",
author='hw',
Expand Down