Skip to content

Commit

Permalink
docs: fix minor version doc string
Browse files Browse the repository at this point in the history
Co-authored-by: BadSugar <BadSugar@users.noreply.github.com>
  • Loading branch information
BadSugar and BadSugar authored Jan 3, 2022
1 parent 95f3f86 commit 0e72b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DearPyGui/dearpygui/_dearpygui_RTD.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DearPyGui/dearpygui/_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_major_version():
return internal_dpg.get_app_configuration()["major_version"]

def get_minor_version():
""" return Dear PyGui Major Version """
""" return Dear PyGui Minor Version """
return internal_dpg.get_app_configuration()["minor_version"]

def get_dearpygui_version():
Expand Down
2 changes: 1 addition & 1 deletion DearPyGui/dearpygui/dearpygui.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e72b07

Please sign in to comment.