Skip to content

Commit 34bcfa8

Browse files
authored
Update rf-3.2.2.rst (robotframework#3647)
Just some tweaks for ease of readability and clarity. Removed duplication of one word.
1 parent 4c6b845 commit 34bcfa8

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

doc/releasenotes/rf-3.2.2.rst

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,20 @@ Questions and comments related to the release can be sent to the
1212
`robotframework-users`_ mailing list or to `Robot Framework Slack`_,
1313
and possible bugs submitted to the `issue tracker`_.
1414

15-
If you have pip_ installed, just run
15+
To install the latest available release using pip_, just run
1616

1717
::
1818

1919
pip install --upgrade robotframework
2020

21-
to install the latest available release or use
21+
or to install exactly this version use
2222

2323
::
2424

2525
pip install robotframework==3.2.2
2626

27-
to install exactly this version. Alternatively you can download the source
28-
distribution from PyPI_ and install it manually. For more details and other
29-
installation approaches, see the `installation instructions`_.
27+
Alternatively you can download the source distribution from PyPI_ and install it manually.
28+
For more details and other installation approaches, see the `installation instructions`_.
3029

3130
Robot Framework 3.2.2 was released on Tuesday September 1, 2020.
3231

@@ -52,20 +51,20 @@ Most important enhancements
5251
Libdoc enhancements
5352
-------------------
5453

55-
Libdoc HTML output has been enhanced in several ways:
54+
Libdoc's HTML output has been enhanced in several ways:
5655

57-
- Keyword arguments are split to own lines to make them easier to read especially when there are
58-
lot of arguments or arguments have default values or type information. (`#3639`_)
56+
- Keyword arguments are split to separate lines to make them easier to read especially when there are
57+
lot of arguments or arguments have type information or default values. (`#3639`_)
5958

6059
- If argument type is an enumeration__, its members are shown automatically in arguments. This
61-
helps, for example, the new Browser__ library that uses enumerations extensively. (`#3637`_)
60+
helps, for example, with the Browser__ library that uses enumerations extensively. (`#3637`_)
6261

6362
- Shortcuts to keywords can be shown in expanded list in addition to the old compact style.
6463
(`#3635`_)
6564

66-
- Libdoc now again works if the original source of the keyword cannot be found. (`#3587`_)
65+
- Libdoc once again works if the original source of the keyword cannot be found. (`#3587`_)
6766

68-
To see how the enhancements look like for real, see the documentation of Browser__ and
67+
To see actual examples of the enhancements, see the documentation for Browser__ and
6968
SeleniumLibrary__.
7069

7170
__ https://docs.python.org/3/library/enum.html
@@ -76,7 +75,7 @@ __ https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Shortcuts
7675
Python 3.9 support
7776
------------------
7877

79-
`Python 3.9`__ has not yet been released, but Robot Framework 3.2.2 was tested with its beta
78+
Although `Python 3.9`__ has not yet been officially released, Robot Framework 3.2.2 was tested using its beta
8079
releases. Two small problems were fixed (`#3628`_ and a bit more severe `#3627`_) and Python 3.9
8180
was added to our CI. (`#3629`_)
8281

@@ -89,7 +88,7 @@ Robot Framework 3.2.2 development has been sponsored by the `Robot Framework Fou
8988
Big thanks to all the `40+ member organizations <https://robotframework.org/foundation/#members>`_
9089
for your continued support!
9190

92-
We have also got several several great contributions by the open source community:
91+
We have also had several great contributions by the open source community:
9392

9493
- `willemvanoort <https://github.com/willemvanoort>`__ enhanced type conversions with enums
9594
to work with normalized member names (`#3611`_)
@@ -107,8 +106,8 @@ We have also got several several great contributions by the open source communit
107106
- `Mikhail Kulinich <https://github.com/tysonite>`__ added Python 3.9 to CI (`#3629`_)
108107

109108
Huge thanks to all sponsors, contributors and to everyone else who has reported problems,
110-
participated discussion on various forums, or otherwise helped to make Robot Framework as well
111-
as the ecosystem and community around it better.
109+
participated in discussions on various forums, or otherwise helped to make Robot Framework and its community
110+
and ecosystem better.
112111

113112
| `Pekka Klärck <https://github.com/pekkaklarck>`__
114113
| Robot Framework Lead Developer

0 commit comments

Comments
 (0)