Skip to content

Commit

Permalink
docs: fix docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Nov 24, 2024
1 parent ac20ed5 commit 788ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/draft/purpose_and_scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ namespace (e.g. `import package_name.array_api`). This has two issues though:

To address both issues, a uniform way must be provided by a conforming
implementation to access the API namespace, namely a [method on the array
object](array.__array_namespace__):
object](Array.__array_namespace__):

```
xp = x.__array_namespace__()
Expand Down

0 comments on commit 788ba04

Please sign in to comment.