Skip to content

Commit

Permalink
new doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Nov 5, 2024
1 parent dedff9c commit 22daa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saspy/sasdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1865,9 +1865,9 @@ def append(self, data, force: bool=False):

def attrs(self):
"""
Get the ATTRN and ATTRC attributes for the Data Set
Get the ATTRN and ATTRC (SAS functions) attributes for the Data Set
:return: SASLOG for this step
:return: 1 row Pandas DataFrame containiung each of the ATTRN/ATTRC SAS function values for the data set
"""
lastlog = len(self.sas._io._log)
code = """
Expand Down

0 comments on commit 22daa28

Please sign in to comment.