Skip to content

Commit 6981c28

Browse files
WhiteGoboWhiteGobo
andauthored
fix: add NORMALIZE_LITERALS to rdflib.__all__ (#2489)
This gets Sphinx to generate documentation for it, and also clearly indicates that it can be used from outside the module. - Fixes <#2488> Co-authored-by: WhiteGobo <richardfechner@posteo.net>
1 parent 394215f commit 6981c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rdflib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"util",
9393
"plugin",
9494
"query",
95+
"NORMALIZE_LITERALS",
9596
]
9697

9798
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)