Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jun 6, 2019
1 parent 95fb325 commit 065c751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/processing/tests/README.md
Expand Up @@ -55,7 +55,7 @@ The above translates to
```

It is also possible to create tests for Processing scripts. Scripts
should be placed in the `scrips` subdirectory in the test data directory
should be placed in the `scripts` subdirectory in the test data directory
`python/plugins/processing/tests/testdata/`. Script file name
should match script algorithm name.

Expand Down Expand Up @@ -181,7 +181,7 @@ OUTPUT_HTML_FILE:
type: file
```

Or you can use one or more regular expressions that will be [matched](https://docs.python.org/2/library/re.html#re.search) against the file
Or you can use one or more regular expressions that will be [matched](https://docs.python.org/3/library/re.html#re.search) against the file
content

```yaml
Expand All @@ -196,7 +196,7 @@ OUTPUT:

#### Directories

You can compare the content of an output directory by en expected result reference directory
You can compare the content of an output directory by an expected result reference directory

```yaml
OUTPUT_DIR:
Expand Down

0 comments on commit 065c751

Please sign in to comment.