Skip to content

Commit fc0a023

Browse files
author
Svetlana Karslioglu
authored
Apply suggestions from code review
1 parent aa95851 commit fc0a023

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

beginner_source/text_sentiment_ngrams_tutorial.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
1212
Prerequisites
1313
~~~~~~~~~~~~~~~~
14-
- A recent 2.x version of the ``portalocker`` package needs to be installed prior to running the tutorial.
15-
For example, in the Colab environment, this can be done by adding the following line at the top of the script:
16-
.. code-block:: bash
14+
15+
- A recent 2.x version of the ``portalocker`` package needs to be installed prior to running the tutorial.
16+
For example, in the Colab environment, this can be done by adding the following line at the top of the script:
17+
18+
.. code-block:: bash
1719
18-
!pip install -U portalocker>=2.0.0`
20+
!pip install -U portalocker>=2.0.0`
1921
2022
"""
2123

0 commit comments

Comments
 (0)