Skip to content

Commit 0e4dad6

Browse files
author
joscha
committed
changed .osp to osp.py
1 parent 534b2fb commit 0e4dad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ignore=CVS
1111

1212
# Add files or directories matching the regex patterns to the blacklist. The
1313
# regex matches against base names, not paths.
14-
ignore-patterns=docs,.*?.gmp.py
14+
ignore-patterns=docs,.*?.gmp.py,.*?osp.py
1515

1616
# Pickle collected data for later comparisons.
1717
persistent=yes

docs/scripting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ at `python-gvm`_ for further details about the API.
136136

137137
.. note:: By convention, scripts using :term:`GMP` are called *GMP scripts* and
138138
are files with the ending :file:`.gmp.py`. Accordingly, *OSP scripts* with the
139-
ending :file:`.osp` are using :term:`OSP`. Technically both protocols could be
139+
ending :file:`.osp.py` are using :term:`OSP`. Technically both protocols could be
140140
used in one single script file.
141141

142142
The following sections are using the same example as it was used in

0 commit comments

Comments
 (0)