Skip to content

Commit

Permalink
fix(doc): add export in strmeth.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
lit authored Jun 13, 2024
1 parent 309efcf commit c4b558b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pylib/pystring/strmeth.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import std/strutils except strip, split, rsplit
import std/tables

import ./strimpl
export ./strimpl # for runnableExamples
import ./strip, ./split/[split, rsplit]
export strip, split, rsplit
import ../stringlib/meth
Expand Down

0 comments on commit c4b558b

Please sign in to comment.