You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain reports and documents, abbreviations appear as Definition (abbreviation), where abbreviation is a string of characters (typically the first letters taken from the definition.
For example, in Python, search the document text for \(\w+\); however, there may be subtle edge cases where other characters are found in the abbreviation, for example: /, &, and -.
The text was updated successfully, but these errors were encountered:
In certain reports and documents, abbreviations appear as Definition (abbreviation), where abbreviation is a string of characters (typically the first letters taken from the definition.
For example, in Python, search the document text for
\(\w+\)
; however, there may be subtle edge cases where other characters are found in the abbreviation, for example:/
,&
, and-
.The text was updated successfully, but these errors were encountered: