README: Add missing triple back quote

This commit is contained in:
Nancy-Chauhan 2019-06-16 17:59:51 +05:30
parent e13912f711
commit 83b3a75f11

View file

@ -189,10 +189,11 @@ from swh.lister.gnu.tasks import gnu_lister
logging.basicConfig(level=logging.DEBUG)
gnu_lister()
```
## lister-cran
Once configured, you can execute a RCRAN lister using the following instructions in a `python3` script:
Once configured, you can execute a CRAN lister using the following instructions in a `python3` script:
```lang=python
import logging
@ -215,4 +216,4 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
See top-level LICENSE file for the full text of the GNU General Public License
along with this program.
along with this program.