Skip to content

Commit ccbed90

Browse files
committed
Wrap some long lines
1 parent 4d711ae commit ccbed90

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

components/intl.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ to catching the exception, you can also check if a given script code is valid::
166166
Country Names
167167
~~~~~~~~~~~~~
168168

169-
The :class:`Symfony\\Component\\Intl\\Countries` class provides access to the name of all countries according
170-
to the `ISO 3166-1 alpha-2`_ list and the `ISO 3166-1 alpha-3`_ list
171-
of officially recognized countries and territories::
169+
The :class:`Symfony\\Component\\Intl\\Countries` class provides access to the
170+
name of all countries according to the `ISO 3166-1 alpha-2`_ list and the
171+
`ISO 3166-1 alpha-3`_ list of officially recognized countries and territories::
172172

173173
use Symfony\Component\Intl\Countries;
174174

@@ -233,8 +233,8 @@ Locales
233233
A locale is the combination of a language, a region and some parameters that
234234
define the interface preferences of the user. For example, "Chinese" is the
235235
language and ``zh_Hans_MO`` is the locale for "Chinese" (language) + "Simplified"
236-
(script) + "Macau SAR China" (region). The :class:`Symfony\\Component\\Intl\\Locales` class provides access to
237-
the name of all locales::
236+
(script) + "Macau SAR China" (region). The :class:`Symfony\\Component\\Intl\\Locales`
237+
class provides access to the name of all locales::
238238

239239
use Symfony\Component\Intl\Locales;
240240

@@ -269,8 +269,8 @@ to catching the exception, you can also check if a given locale code is valid::
269269
Currencies
270270
~~~~~~~~~~
271271

272-
The :class:`Symfony\\Component\\Intl\\Currencies` class provides access to the name of all currencies as well
273-
as some of their information (symbol, fraction digits, etc.)::
272+
The :class:`Symfony\\Component\\Intl\\Currencies` class provides access to the name
273+
of all currencies as well as some of their information (symbol, fraction digits, etc.)::
274274

275275
use Symfony\Component\Intl\Currencies;
276276

@@ -317,8 +317,9 @@ to catching the exception, you can also check if a given currency code is valid:
317317
Timezones
318318
~~~~~~~~~
319319

320-
The :class:`Symfony\\Component\\Intl\\Timezones` class provides several utilities related to timezones. First,
321-
you can get the name and values of all timezones in all languages::
320+
The :class:`Symfony\\Component\\Intl\\Timezones` class provides several utilities
321+
related to timezones. First, you can get the name and values of all timezones in
322+
all languages::
322323

323324
use Symfony\Component\Intl\Timezones;
324325

0 commit comments

Comments
 (0)