Skip to content

Commit 7bda42f

Browse files
committed
Fix documentation
1 parent 4026c4d commit 7bda42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,9 @@ last_file = get_latest_file(dir_path = file_dir, wc='name_*.txt')
866866

867867
oversion=get_last_version(dir_path=dir_path, version_only=True) # This will return only the version, e.g. v3.2
868868
oversion=get_last_version(dir_path=dir_path, version_only=False) # This will return full path, e.g. /a/b/c/v3.2
869+
```
869870

870871
The function above should work for numeric (e.g. `v1.2`) and non-numeric (e.g. `va`, `vb`) versions.
871-
```
872872

873873
# Text manipulation
874874

0 commit comments

Comments
 (0)