Skip to content

Commit 1698acf

Browse files
Merge pull request #1344 from datajoint/fix/docstring-postgresql-compat
docs: Fix PostgreSQL string quoting in docstring
2 parents e0a7c6d + 648bd1a commit 1698acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datajoint/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ def virtual_schema(
899899
--------
900900
>>> lab = dj.virtual_schema('my_lab')
901901
>>> lab.Subject.fetch()
902-
>>> lab.Session & 'subject_id="M001"'
902+
>>> lab.Session & "subject_id='M001'"
903903
904904
See Also
905905
--------

0 commit comments

Comments
 (0)