Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2024
1 parent 5c99be3 commit d288976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Add extra exclusions to a gunittest config file
run: |
sed 's:exclude =:exclude = ${{
sed 's:exclude =:exclude = ${{
steps.get-exclude.outputs.extra-exclude
}}:g' .gunittest.cfg > .gunittest.extra.cfg
cat .gunittest.extra.cfg
Expand Down
4 changes: 2 additions & 2 deletions scripts/v.dissolve/v.dissolve.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ <h3>Attribute aggregation</h3>

<p>
For convenience, certain methods, namely <em>n</em>, <em>count</em>,
<em>mean</em>, and <em>avg</em>, are converted to the appropriate name
<em>mean</em>, and <em>avg</em>, are converted to the appropriate name
for the selected backend. However, for scripting, it is recommended to
specify the appropriate method (function) name for the backend, as the
specify the appropriate method (function) name for the backend, as the
conversion is a heuristic that may change in the future.

<p>
Expand Down

0 comments on commit d288976

Please sign in to comment.