Skip to content

Commit

Permalink
fix(doc): doc added to function
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldan007 committed Jan 28, 2022
1 parent f2d8750 commit 9c8308f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pedurma/docx_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ def reformat_note_text(note_text, lang="bo"):


def reformat_title_note_text(note_text, lang):
"""Reformat the title note text
Args:
note_text (str): note text
lang (str): languange code
Returns:
str: reformated title note text
"""
reformated_note_text = note_text
if lang == "bo":
abv_replacement = {
Expand Down

0 comments on commit 9c8308f

Please sign in to comment.