Skip to content

Commit 4bcbb15

Browse files
committed
Experiment with only using a title
1 parent d11f99e commit 4bcbb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/kernels/python/module.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let
3030
};
3131

3232
lsp.jedi.enable = mkOption {
33-
description = "Enable Jedi language server";
33+
example = "Enable Jedi language server";
3434
type = types.bool;
3535
default = true;
3636
};

0 commit comments

Comments
 (0)