Skip to content
Merged
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.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Inspired by `requests`_ for its simplicity and powered by `lxml`_ for its speed:
it Italian
ko Korean
no Norwegian
pt Portugease
pt Portuguese
sv Swedish
zh Chinese

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Inspired by `requests`_ for its simplicity and powered by `lxml`_ for its speed.
it Italian
ko Korean
no Norwegian
pt Portugease
pt Portuguese
sv Swedish
zh Chinese

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ of popular news source urls.. In case you need help choosing a news source!
it Italian
ko Korean
no Norwegian
pt Portugease
pt Portuguese
sv Swedish
zh Chinese

Expand Down
2 changes: 1 addition & 1 deletion newspaper/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def print_available_languages():
'it': 'Italian',
'ko': 'Korean',
'no': 'Norwegian',
'pt': 'Portugease',
'pt': 'Portuguese',
'sv': 'Swedish',
'zh': 'Chinese'
}
Expand Down