Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bjasspa committed Dec 22, 2024
2 parents 7f8cb9b + 9d2e38f commit 296219d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pacman-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
branches: [ master ]
env:
VERSION: "20240902"
VERSION: "20241101"

jobs:
msys2-ucrt64:
Expand Down
6 changes: 3 additions & 3 deletions microemacs/contribs/pytools.emf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; Created By : Detlef Groth, University of Potsdam
; Author : Detlef Groth, University of Potsdam
; Created : Wed Sep 25 15:42:35 2024
; Last Modified : <241220.1804>
; Last Modified : <241221.1254>
;
; Description : Documentation viewer within MicroEmacs for
; Python supporting section folding item-list navigation
Expand Down Expand Up @@ -266,7 +266,7 @@ $a
## SYNOPSIS

__py-lint__
__set-variable__ _.py-lint.lint_ "string"
set-variable _.py-lint.lint_ "_string_"

## DESCRIPTION

Expand All @@ -285,7 +285,7 @@ Setting the variable _.py-lint.lint_ allows you to customize the linter settings

## EXAMPLE

Here an example to lint the currently edited R script file.
Here an example to lint the currently edited Python script.

```{emf}
; by modifying the macro variable .py-lint.lint
Expand Down

0 comments on commit 296219d

Please sign in to comment.