Skip to content

Commit 52a460c

Browse files
committed
python/kvs: remove cut and paste doc error
Problem: Some KVS commit flags were accidentally copied into the namespace_create() documentation. Remove invalid documentation.
1 parent bb79a83 commit 52a460c

File tree

1 file changed

+0
-4
lines changed
  • src/bindings/python/flux

1 file changed

+0
-4
lines changed

src/bindings/python/flux/kvs.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,6 @@ def namespace_create(flux_handle, namespace, owner=os.getuid(), flags: int = 0):
321321
322322
Args:
323323
flux_handle: A Flux handle obtained from flux.Flux()
324-
flags: defaults to 0, possible flag options:
325-
flux.constants.FLUX_KVS_NO_MERGE - disallow merging of different commits
326-
flux.constants.FLUX_KVS_TXN_COMPACT - if possible compact changes
327-
flux.constants.FLUX_KVS_SYNC - flush & checkpoint commit (only against primary KVS)
328324
namespace: namespace to create
329325
owner: uid of namespace owner, defaults to caller uid
330326
flags: currently unused, defaults to 0

0 commit comments

Comments
 (0)