From d9bead061edc54d8334fcd22e961d512b7a0581f Mon Sep 17 00:00:00 2001 From: WheresWardy Date: Sat, 25 Jan 2014 15:58:48 +0000 Subject: [PATCH] Replace instances of 'Portugease' with 'Portuguese' --- README.rst | 2 +- docs/index.rst | 2 +- docs/user_guide/quickstart.rst | 2 +- newspaper/utils/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index eb488d48..cbe0dddc 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index f8b89a98..d4f21327 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/user_guide/quickstart.rst b/docs/user_guide/quickstart.rst index 81885836..b9f6c882 100644 --- a/docs/user_guide/quickstart.rst +++ b/docs/user_guide/quickstart.rst @@ -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 diff --git a/newspaper/utils/__init__.py b/newspaper/utils/__init__.py index 208a2d93..a59ded84 100644 --- a/newspaper/utils/__init__.py +++ b/newspaper/utils/__init__.py @@ -364,7 +364,7 @@ def print_available_languages(): 'it': 'Italian', 'ko': 'Korean', 'no': 'Norwegian', - 'pt': 'Portugease', + 'pt': 'Portuguese', 'sv': 'Swedish', 'zh': 'Chinese' }