Skip to content

Commit

Permalink
Merge pull request #276 from ss18/master
Browse files Browse the repository at this point in the history
ss18/pr3
  • Loading branch information
tobgu committed Oct 14, 2023
2 parents cc90f3e + d4f9f22 commit 7180d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvectorcmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Naming conventions
------------------
initpyrsistentc - This is the method that initializes the whole module
pyrsistent_* - Methods part of the interface
<typename>_* - Instance methods of types. For examle PVector_append(...)
<typename>_* - Instance methods of types. For example PVector_append(...)
All other methods are camel cased without prefix. All methods are static, none should
require to be exposed outside of this module.
Expand Down

0 comments on commit 7180d43

Please sign in to comment.