Skip to content

Commit 6715787

Browse files
committed
remove paranthesis from functions in warning messages
1 parent 19b2e6a commit 6715787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anndata/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ def warn_names_duplicates(string, df):
4242
names = 'Observation' if string == 'obs' else 'Variable'
4343
logg.info(
4444
'{} names are not unique. '
45-
'To make them unique, call `.{}_names_make_unique()`.'
45+
'To make them unique, call `.{}_names_make_unique`.'
4646
.format(names, string))

0 commit comments

Comments
 (0)